Shades of Onion #47412F
Tints of Onion #47412F
RGB
CMYK
RGB Variations
Color information
#47412F (or 0x47412F) is known color: Onion. HEX triplet: 47, 41 and 2F. RGB value is (71,65,47). Sum of RGB (Red+Green+Blue) = 71+65+47=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 71 - color contains mainly: red. Hex color #47412F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47412F is #B8BED0. Grayscale: #404040. Windows color (decimal): -12107473 or 3096903. OLE color: 3096903.
HSL color Cylindrical-coordinate representation of color #47412F: hue angle of 45º 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 #47412F is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 65 | 47 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.72 |
| HSL | 45º | 0.2% | 0.23% | - |
| HSV(B) | 45º | 0.34% | 0.28% | - |
| XYZ | 5 | 5.33 | 3.45 | - |
| YUV | 64.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 65 | 47 | 0 | 0.08 | 0.34 | 0.72 | 45 | 0.2 | 0.23 |
| Hex | 47 | 41 | 2F | 0 | 8 | 22 | 48 | 2D | 14 | 17 |
| Octal | 107 | 101 | 57 | 0 | 10 | 42 | 110 | 55 | 24 | 27 |
| Binary | 1000111 | 1000001 | 101111 | 0 | 1000 | 100010 | 1001000 | 101101 | 10100 | 10111 |
Color Harmonies of #47412F
Complementary color
Monochromatic Colors of #47412F
Black with #47412F
Text Example
Text Example
White with #47412F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47412F; }
p { color: rgb(71,65,47); }
H1.HeaderClassName
{
color: #47412F;
}
.AnyTagClassName
{
color: #47412F;
}
</style>
background-color css
<style>
a { background-color: #47412F; }
a { background-color: rgb(71,65,47); }
div.DivClassName
{
background-color: #47412F;
}
.BgClassName
{
background-color: #47412F;
}
</style>
border-color css
<style>
span { border-color: #47412F; }
span { border-color: rgb(71,65,47); }
td.TdClassName
{
border-color: #47412F;
}
.TagClassName
{
border-color: #47412F;
}
</style>