Shades of Onion #473F2F
Tints of Onion #473F2F
RGB
CMYK
RGB Variations
Color information
#473F2F (or 0x473F2F) is known color: Onion. HEX triplet: 47, 3F and 2F. RGB value is (71,63,47). Sum of RGB (Red+Green+Blue) = 71+63+47=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 63 (25% from 255 or 34.81% from 181); Blue value is 47 (18.75% from 255 or 25.97% from 181); Max value from RGB is 71 - color contains mainly: red. Hex color #473F2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473F2F is #B8C0D0. Grayscale: #3F3F3F. Windows color (decimal): -12107985 or 3096391. OLE color: 3096391.
HSL color Cylindrical-coordinate representation of color #473F2F: hue angle of 40º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #473F2F is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 63 | 47 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.72 |
| HSL | 40º | 0.2% | 0.23% | - |
| HSV(B) | 40º | 0.34% | 0.28% | - |
| XYZ | 4.89 | 5.1 | 3.42 | - |
| YUV | 63.57 | 118.65 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 63 | 47 | 0 | 0.11 | 0.34 | 0.72 | 40 | 0.2 | 0.23 |
| Hex | 47 | 3F | 2F | 0 | B | 22 | 48 | 28 | 14 | 17 |
| Octal | 107 | 77 | 57 | 0 | 13 | 42 | 110 | 50 | 24 | 27 |
| Binary | 1000111 | 111111 | 101111 | 0 | 1011 | 100010 | 1001000 | 101000 | 10100 | 10111 |
Color Harmonies of #473F2F
Complementary color
Monochromatic Colors of #473F2F
Black with #473F2F
Text Example
Text Example
White with #473F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473F2F; }
p { color: rgb(71,63,47); }
H1.HeaderClassName
{
color: #473F2F;
}
.AnyTagClassName
{
color: #473F2F;
}
</style>
background-color css
<style>
a { background-color: #473F2F; }
a { background-color: rgb(71,63,47); }
div.DivClassName
{
background-color: #473F2F;
}
.BgClassName
{
background-color: #473F2F;
}
</style>
border-color css
<style>
span { border-color: #473F2F; }
span { border-color: rgb(71,63,47); }
td.TdClassName
{
border-color: #473F2F;
}
.TagClassName
{
border-color: #473F2F;
}
</style>