Shades of Brown Pod #471905
Tints of Brown Pod #471905
RGB
CMYK
RGB Variations
Color information
#471905 (or 0x471905) is known color: Brown Pod. HEX triplet: 47, 19 and 05. RGB value is (71,25,5). Sum of RGB (Red+Green+Blue) = 71+25+5=101 (13% of max value = 765). Red value is 71 (28.12% from 255 or 70.30% from 101); Green value is 25 (10.16% from 255 or 24.75% from 101); Blue value is 5 (2.34% from 255 or 4.95% from 101); Max value from RGB is 71 - color contains mainly: red. Hex color #471905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471905 is #B8E6FA. Grayscale: #242424. Windows color (decimal): -12117755 or 334151. OLE color: 334151.
HSL color Cylindrical-coordinate representation of color #471905: hue angle of 18.18º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #471905 is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 25 | 5 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.72 |
| HSL | 18.18º | 0.87% | 0.15% | - |
| HSV(B) | 18.18º | 0.93% | 0.28% | - |
| XYZ | 2.97 | 2.05 | 0.38 | - |
| YUV | 36.47 | 110.24 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 25 | 5 | 0 | 0.65 | 0.93 | 0.72 | 18.18 | 0.87 | 0.15 |
| Hex | 47 | 19 | 5 | 0 | 41 | 5D | 48 | 12 | 57 | F |
| Octal | 107 | 31 | 5 | 0 | 101 | 135 | 110 | 22 | 127 | 17 |
| Binary | 1000111 | 11001 | 101 | 0 | 1000001 | 1011101 | 1001000 | 10010 | 1010111 | 1111 |
Color Harmonies of #471905
Complementary color
Monochromatic Colors of #471905
Black with #471905
Text Example
Text Example
White with #471905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471905; }
p { color: rgb(71,25,5); }
H1.HeaderClassName
{
color: #471905;
}
.AnyTagClassName
{
color: #471905;
}
</style>
background-color css
<style>
a { background-color: #471905; }
a { background-color: rgb(71,25,5); }
div.DivClassName
{
background-color: #471905;
}
.BgClassName
{
background-color: #471905;
}
</style>
border-color css
<style>
span { border-color: #471905; }
span { border-color: rgb(71,25,5); }
td.TdClassName
{
border-color: #471905;
}
.TagClassName
{
border-color: #471905;
}
</style>