Description Usage Arguments Value References Examples
Looks up the nearest (sufficiently popular) named color to the specified color
1 | nearest_named(color, hex_only = FALSE, max_rank = -1, Lab=TRUE)
|
color |
Vector of character strings or matrix of RGB values |
hex_only |
if |
max_rank |
Consider only the |
Lab |
Use the 'Lab' color space if |
A hex string with the color, or a data frame
http://blog.xkcd.com/2010/05/03/color-survey-results/
1 2 3 | nearest_named("#8f7303")
nearest_named("#8f7303",max_rank=100)
nearest_named("#8f7303",max_rank=10)
|
color_name hex red green blue L a b
448 poo #8f7303 143 115 3 49.66112 1.579124 55.11043
color_name hex red green blue L a b
920 olive #6e750e 110 117 14 47.06486 -14.98247 49.39257
color_name hex red green blue L a b
945 brown #653700 101 55 0 28.17165 16.83825 38.40762
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.