Shades of Brown Pod #472104
Tints of Brown Pod #472104
RGB
CMYK
RGB Variations
Color information
#472104 (or 0x472104) is known color: Brown Pod. HEX triplet: 47, 21 and 04. RGB value is (71,33,4). Sum of RGB (Red+Green+Blue) = 71+33+4=108 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.74% from 108); Green value is 33 (13.28% from 255 or 30.56% from 108); Blue value is 4 (1.95% from 255 or 3.70% from 108); Max value from RGB is 71 - color contains mainly: red. Hex color #472104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472104 is #B8DEFB. Grayscale: #292929. Windows color (decimal): -12115708 or 270663. OLE color: 270663.
HSL color Cylindrical-coordinate representation of color #472104: hue angle of 25.97º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #472104 is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 33 | 4 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.72 |
| HSL | 25.97º | 0.89% | 0.15% | - |
| HSV(B) | 25.97º | 0.94% | 0.28% | - |
| XYZ | 3.16 | 2.44 | 0.42 | - |
| YUV | 41.06 | 107.09 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 33 | 4 | 0 | 0.54 | 0.94 | 0.72 | 25.97 | 0.89 | 0.15 |
| Hex | 47 | 21 | 4 | 0 | 36 | 5E | 48 | 1A | 59 | F |
| Octal | 107 | 41 | 4 | 0 | 66 | 136 | 110 | 32 | 131 | 17 |
| Binary | 1000111 | 100001 | 100 | 0 | 110110 | 1011110 | 1001000 | 11010 | 1011001 | 1111 |
Color Harmonies of #472104
Complementary color
Monochromatic Colors of #472104
Black with #472104
Text Example
Text Example
White with #472104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472104; }
p { color: rgb(71,33,4); }
H1.HeaderClassName
{
color: #472104;
}
.AnyTagClassName
{
color: #472104;
}
</style>
background-color css
<style>
a { background-color: #472104; }
a { background-color: rgb(71,33,4); }
div.DivClassName
{
background-color: #472104;
}
.BgClassName
{
background-color: #472104;
}
</style>
border-color css
<style>
span { border-color: #472104; }
span { border-color: rgb(71,33,4); }
td.TdClassName
{
border-color: #472104;
}
.TagClassName
{
border-color: #472104;
}
</style>