Shades of Brown Pod #472206
Tints of Brown Pod #472206
RGB
CMYK
RGB Variations
Color information
#472206 (or 0x472206) is known color: Brown Pod. HEX triplet: 47, 22 and 06. RGB value is (71,34,6). Sum of RGB (Red+Green+Blue) = 71+34+6=111 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.96% from 111); Green value is 34 (13.67% from 255 or 30.63% from 111); Blue value is 6 (2.73% from 255 or 5.41% from 111); Max value from RGB is 71 - color contains mainly: red. Hex color #472206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472206 is #B8DDF9. Grayscale: #2A2A2A. Windows color (decimal): -12115450 or 401991. OLE color: 401991.
HSL color Cylindrical-coordinate representation of color #472206: hue angle of 25.85º 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 #472206 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 34 | 6 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.72 |
| HSL | 25.85º | 0.84% | 0.15% | - |
| HSV(B) | 25.85º | 0.92% | 0.28% | - |
| XYZ | 3.2 | 2.5 | 0.49 | - |
| YUV | 41.87 | 107.76 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 34 | 6 | 0 | 0.52 | 0.92 | 0.72 | 25.85 | 0.84 | 0.15 |
| Hex | 47 | 22 | 6 | 0 | 34 | 5C | 48 | 1A | 54 | F |
| Octal | 107 | 42 | 6 | 0 | 64 | 134 | 110 | 32 | 124 | 17 |
| Binary | 1000111 | 100010 | 110 | 0 | 110100 | 1011100 | 1001000 | 11010 | 1010100 | 1111 |
Color Harmonies of #472206
Complementary color
Monochromatic Colors of #472206
Black with #472206
Text Example
Text Example
White with #472206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472206; }
p { color: rgb(71,34,6); }
H1.HeaderClassName
{
color: #472206;
}
.AnyTagClassName
{
color: #472206;
}
</style>
background-color css
<style>
a { background-color: #472206; }
a { background-color: rgb(71,34,6); }
div.DivClassName
{
background-color: #472206;
}
.BgClassName
{
background-color: #472206;
}
</style>
border-color css
<style>
span { border-color: #472206; }
span { border-color: rgb(71,34,6); }
td.TdClassName
{
border-color: #472206;
}
.TagClassName
{
border-color: #472206;
}
</style>