Shades of Brown Pod #471A04
Tints of Brown Pod #471A04
RGB
CMYK
RGB Variations
Color information
#471A04 (or 0x471A04) is known color: Brown Pod. HEX triplet: 47, 1A and 04. RGB value is (71,26,4). Sum of RGB (Red+Green+Blue) = 71+26+4=101 (13% of max value = 765). Red value is 71 (28.12% from 255 or 70.30% from 101); Green value is 26 (10.55% from 255 or 25.74% from 101); Blue value is 4 (1.95% from 255 or 3.96% from 101); Max value from RGB is 71 - color contains mainly: red. Hex color #471A04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471A04 is #B8E5FB. Grayscale: #252525. Windows color (decimal): -12117500 or 268871. OLE color: 268871.
HSL color Cylindrical-coordinate representation of color #471A04: hue angle of 19.7º 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 #471A04 is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 26 | 4 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.72 |
| HSL | 19.7º | 0.89% | 0.15% | - |
| HSV(B) | 19.7º | 0.94% | 0.28% | - |
| XYZ | 2.99 | 2.09 | 0.36 | - |
| YUV | 36.95 | 109.41 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 26 | 4 | 0 | 0.63 | 0.94 | 0.72 | 19.7 | 0.89 | 0.15 |
| Hex | 47 | 1A | 4 | 0 | 3F | 5E | 48 | 14 | 59 | F |
| Octal | 107 | 32 | 4 | 0 | 77 | 136 | 110 | 24 | 131 | 17 |
| Binary | 1000111 | 11010 | 100 | 0 | 111111 | 1011110 | 1001000 | 10100 | 1011001 | 1111 |
Color Harmonies of #471A04
Complementary color
Monochromatic Colors of #471A04
Black with #471A04
Text Example
Text Example
White with #471A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471A04; }
p { color: rgb(71,26,4); }
H1.HeaderClassName
{
color: #471A04;
}
.AnyTagClassName
{
color: #471A04;
}
</style>
background-color css
<style>
a { background-color: #471A04; }
a { background-color: rgb(71,26,4); }
div.DivClassName
{
background-color: #471A04;
}
.BgClassName
{
background-color: #471A04;
}
</style>
border-color css
<style>
span { border-color: #471A04; }
span { border-color: rgb(71,26,4); }
td.TdClassName
{
border-color: #471A04;
}
.TagClassName
{
border-color: #471A04;
}
</style>