Shades of Brown Pod #472011
Tints of Brown Pod #472011
RGB
CMYK
RGB Variations
Color information
#472011 (or 0x472011) is known color: Brown Pod. HEX triplet: 47, 20 and 11. RGB value is (71,32,17). Sum of RGB (Red+Green+Blue) = 71+32+17=120 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.17% from 120); Green value is 32 (12.89% from 255 or 26.67% from 120); Blue value is 17 (7.03% from 255 or 14.17% from 120); Max value from RGB is 71 - color contains mainly: red. Hex color #472011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472011 is #B8DFEE. Grayscale: #2A2A2A. Windows color (decimal): -12115951 or 1122375. OLE color: 1122375.
HSL color Cylindrical-coordinate representation of color #472011: hue angle of 16.67º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #472011 is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 32 | 17 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.72 |
| HSL | 16.67º | 0.61% | 0.17% | - |
| HSV(B) | 16.67º | 0.76% | 0.28% | - |
| XYZ | 3.22 | 2.41 | 0.83 | - |
| YUV | 41.95 | 113.92 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 32 | 17 | 0 | 0.55 | 0.76 | 0.72 | 16.67 | 0.61 | 0.17 |
| Hex | 47 | 20 | 11 | 0 | 37 | 4C | 48 | 11 | 3D | 11 |
| Octal | 107 | 40 | 21 | 0 | 67 | 114 | 110 | 21 | 75 | 21 |
| Binary | 1000111 | 100000 | 10001 | 0 | 110111 | 1001100 | 1001000 | 10001 | 111101 | 10001 |
Color Harmonies of #472011
Complementary color
Monochromatic Colors of #472011
Black with #472011
Text Example
Text Example
White with #472011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472011; }
p { color: rgb(71,32,17); }
H1.HeaderClassName
{
color: #472011;
}
.AnyTagClassName
{
color: #472011;
}
</style>
background-color css
<style>
a { background-color: #472011; }
a { background-color: rgb(71,32,17); }
div.DivClassName
{
background-color: #472011;
}
.BgClassName
{
background-color: #472011;
}
</style>
border-color css
<style>
span { border-color: #472011; }
span { border-color: rgb(71,32,17); }
td.TdClassName
{
border-color: #472011;
}
.TagClassName
{
border-color: #472011;
}
</style>