Shades of Onion #473F2C
Tints of Onion #473F2C
RGB
CMYK
RGB Variations
Color information
#473F2C (or 0x473F2C) is known color: Onion. HEX triplet: 47, 3F and 2C. RGB value is (71,63,44). Sum of RGB (Red+Green+Blue) = 71+63+44=178 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.89% from 178); Green value is 63 (25% from 255 or 35.39% from 178); Blue value is 44 (17.58% from 255 or 24.72% from 178); Max value from RGB is 71 - color contains mainly: red. Hex color #473F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473F2C is #B8C0D3. Grayscale: #3F3F3F. Windows color (decimal): -12107988 or 2899783. OLE color: 2899783.
HSL color Cylindrical-coordinate representation of color #473F2C: hue angle of 42.22º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #473F2C is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 63 | 44 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.72 |
| HSL | 42.22º | 0.23% | 0.23% | - |
| HSV(B) | 42.22º | 0.38% | 0.28% | - |
| XYZ | 4.83 | 5.08 | 3.11 | - |
| YUV | 63.23 | 117.15 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 63 | 44 | 0 | 0.11 | 0.38 | 0.72 | 42.22 | 0.23 | 0.23 |
| Hex | 47 | 3F | 2C | 0 | B | 26 | 48 | 2A | 17 | 17 |
| Octal | 107 | 77 | 54 | 0 | 13 | 46 | 110 | 52 | 27 | 27 |
| Binary | 1000111 | 111111 | 101100 | 0 | 1011 | 100110 | 1001000 | 101010 | 10111 | 10111 |
Color Harmonies of #473F2C
Complementary color
Monochromatic Colors of #473F2C
Black with #473F2C
Text Example
Text Example
White with #473F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473F2C; }
p { color: rgb(71,63,44); }
H1.HeaderClassName
{
color: #473F2C;
}
.AnyTagClassName
{
color: #473F2C;
}
</style>
background-color css
<style>
a { background-color: #473F2C; }
a { background-color: rgb(71,63,44); }
div.DivClassName
{
background-color: #473F2C;
}
.BgClassName
{
background-color: #473F2C;
}
</style>
border-color css
<style>
span { border-color: #473F2C; }
span { border-color: rgb(71,63,44); }
td.TdClassName
{
border-color: #473F2C;
}
.TagClassName
{
border-color: #473F2C;
}
</style>