Shades of Onion #47402F
Tints of Onion #47402F
RGB
CMYK
RGB Variations
Color information
#47402F (or 0x47402F) is known color: Onion. HEX triplet: 47, 40 and 2F. RGB value is (71,64,47). Sum of RGB (Red+Green+Blue) = 71+64+47=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 47 (18.75% from 255 or 25.82% from 182); Max value from RGB is 71 - color contains mainly: red. Hex color #47402F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47402F is #B8BFD0. Grayscale: #404040. Windows color (decimal): -12107729 or 3096647. OLE color: 3096647.
HSL color Cylindrical-coordinate representation of color #47402F: hue angle of 42.5º 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 #47402F is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 64 | 47 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.72 |
| HSL | 42.5º | 0.2% | 0.23% | - |
| HSV(B) | 42.5º | 0.34% | 0.28% | - |
| XYZ | 4.95 | 5.21 | 3.43 | - |
| YUV | 64.16 | 118.32 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 64 | 47 | 0 | 0.10 | 0.34 | 0.72 | 42.5 | 0.2 | 0.23 |
| Hex | 47 | 40 | 2F | 0 | A | 22 | 48 | 2A | 14 | 17 |
| Octal | 107 | 100 | 57 | 0 | 12 | 42 | 110 | 52 | 24 | 27 |
| Binary | 1000111 | 1000000 | 101111 | 0 | 1010 | 100010 | 1001000 | 101010 | 10100 | 10111 |
Color Harmonies of #47402F
Complementary color
Monochromatic Colors of #47402F
Black with #47402F
Text Example
Text Example
White with #47402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47402F; }
p { color: rgb(71,64,47); }
H1.HeaderClassName
{
color: #47402F;
}
.AnyTagClassName
{
color: #47402F;
}
</style>
background-color css
<style>
a { background-color: #47402F; }
a { background-color: rgb(71,64,47); }
div.DivClassName
{
background-color: #47402F;
}
.BgClassName
{
background-color: #47402F;
}
</style>
border-color css
<style>
span { border-color: #47402F; }
span { border-color: rgb(71,64,47); }
td.TdClassName
{
border-color: #47402F;
}
.TagClassName
{
border-color: #47402F;
}
</style>