Shades of Onion #473E28
Tints of Onion #473E28
RGB
CMYK
RGB Variations
Color information
#473E28 (or 0x473E28) is known color: Onion. HEX triplet: 47, 3E and 28. RGB value is (71,62,40). Sum of RGB (Red+Green+Blue) = 71+62+40=173 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.04% from 173); Green value is 62 (24.61% from 255 or 35.84% from 173); Blue value is 40 (16.02% from 255 or 23.12% from 173); Max value from RGB is 71 - color contains mainly: red. Hex color #473E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473E28 is #B8C1D7. Grayscale: #3E3E3E. Windows color (decimal): -12108248 or 2637383. OLE color: 2637383.
HSL color Cylindrical-coordinate representation of color #473E28: hue angle of 42.58º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #473E28 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 62 | 40 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.72 |
| HSL | 42.58º | 0.28% | 0.22% | - |
| HSV(B) | 42.58º | 0.44% | 0.28% | - |
| XYZ | 4.7 | 4.94 | 2.71 | - |
| YUV | 62.18 | 115.48 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 62 | 40 | 0 | 0.13 | 0.44 | 0.72 | 42.58 | 0.28 | 0.22 |
| Hex | 47 | 3E | 28 | 0 | D | 2C | 48 | 2B | 1C | 16 |
| Octal | 107 | 76 | 50 | 0 | 15 | 54 | 110 | 53 | 34 | 26 |
| Binary | 1000111 | 111110 | 101000 | 0 | 1101 | 101100 | 1001000 | 101011 | 11100 | 10110 |
Color Harmonies of #473E28
Complementary color
Monochromatic Colors of #473E28
Black with #473E28
Text Example
Text Example
White with #473E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473E28; }
p { color: rgb(71,62,40); }
H1.HeaderClassName
{
color: #473E28;
}
.AnyTagClassName
{
color: #473E28;
}
</style>
background-color css
<style>
a { background-color: #473E28; }
a { background-color: rgb(71,62,40); }
div.DivClassName
{
background-color: #473E28;
}
.BgClassName
{
background-color: #473E28;
}
</style>
border-color css
<style>
span { border-color: #473E28; }
span { border-color: rgb(71,62,40); }
td.TdClassName
{
border-color: #473E28;
}
.TagClassName
{
border-color: #473E28;
}
</style>