Shades of Brown Pod #472012
Tints of Brown Pod #472012
RGB
CMYK
RGB Variations
Color information
#472012 (or 0x472012) is known color: Brown Pod. HEX triplet: 47, 20 and 12. RGB value is (71,32,18). Sum of RGB (Red+Green+Blue) = 71+32+18=121 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.68% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 71 - color contains mainly: red. Hex color #472012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472012 is #B8DFED. Grayscale: #2A2A2A. Windows color (decimal): -12115950 or 1187911. OLE color: 1187911.
HSL color Cylindrical-coordinate representation of color #472012: hue angle of 15.85º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #472012 is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 32 | 18 | - |
| CMYK | 0 | 0.55 | 0.75 | 0.72 |
| HSL | 15.85º | 0.6% | 0.17% | - |
| HSV(B) | 15.85º | 0.75% | 0.28% | - |
| XYZ | 3.22 | 2.42 | 0.87 | - |
| YUV | 42.07 | 114.42 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 32 | 18 | 0 | 0.55 | 0.75 | 0.72 | 15.85 | 0.6 | 0.17 |
| Hex | 47 | 20 | 12 | 0 | 37 | 4B | 48 | 10 | 3C | 11 |
| Octal | 107 | 40 | 22 | 0 | 67 | 113 | 110 | 20 | 74 | 21 |
| Binary | 1000111 | 100000 | 10010 | 0 | 110111 | 1001011 | 1001000 | 10000 | 111100 | 10001 |
Color Harmonies of #472012
Complementary color
Monochromatic Colors of #472012
Black with #472012
Text Example
Text Example
White with #472012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472012; }
p { color: rgb(71,32,18); }
H1.HeaderClassName
{
color: #472012;
}
.AnyTagClassName
{
color: #472012;
}
</style>
background-color css
<style>
a { background-color: #472012; }
a { background-color: rgb(71,32,18); }
div.DivClassName
{
background-color: #472012;
}
.BgClassName
{
background-color: #472012;
}
</style>
border-color css
<style>
span { border-color: #472012; }
span { border-color: rgb(71,32,18); }
td.TdClassName
{
border-color: #472012;
}
.TagClassName
{
border-color: #472012;
}
</style>