Shades of Brown Pod #472006
Tints of Brown Pod #472006
RGB
CMYK
RGB Variations
Color information
#472006 (or 0x472006) is known color: Brown Pod. HEX triplet: 47, 20 and 06. RGB value is (71,32,6). Sum of RGB (Red+Green+Blue) = 71+32+6=109 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.14% from 109); Green value is 32 (12.89% from 255 or 29.36% from 109); Blue value is 6 (2.73% from 255 or 5.50% from 109); Max value from RGB is 71 - color contains mainly: red. Hex color #472006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472006 is #B8DFF9. Grayscale: #282828. Windows color (decimal): -12115962 or 401479. OLE color: 401479.
HSL color Cylindrical-coordinate representation of color #472006: hue angle of 24º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #472006 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 32 | 6 | - |
| CMYK | 0 | 0.55 | 0.92 | 0.72 |
| HSL | 24º | 0.84% | 0.15% | - |
| HSV(B) | 24º | 0.92% | 0.28% | - |
| XYZ | 3.15 | 2.39 | 0.47 | - |
| YUV | 40.7 | 108.42 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 32 | 6 | 0 | 0.55 | 0.92 | 0.72 | 24 | 0.84 | 0.15 |
| Hex | 47 | 20 | 6 | 0 | 37 | 5C | 48 | 18 | 54 | F |
| Octal | 107 | 40 | 6 | 0 | 67 | 134 | 110 | 30 | 124 | 17 |
| Binary | 1000111 | 100000 | 110 | 0 | 110111 | 1011100 | 1001000 | 11000 | 1010100 | 1111 |
Color Harmonies of #472006
Complementary color
Monochromatic Colors of #472006
Black with #472006
Text Example
Text Example
White with #472006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472006; }
p { color: rgb(71,32,6); }
H1.HeaderClassName
{
color: #472006;
}
.AnyTagClassName
{
color: #472006;
}
</style>
background-color css
<style>
a { background-color: #472006; }
a { background-color: rgb(71,32,6); }
div.DivClassName
{
background-color: #472006;
}
.BgClassName
{
background-color: #472006;
}
</style>
border-color css
<style>
span { border-color: #472006; }
span { border-color: rgb(71,32,6); }
td.TdClassName
{
border-color: #472006;
}
.TagClassName
{
border-color: #472006;
}
</style>