Shades of Brown Pod #471805
Tints of Brown Pod #471805
RGB
CMYK
RGB Variations
Color information
#471805 (or 0x471805) is known color: Brown Pod. HEX triplet: 47, 18 and 05. RGB value is (71,24,5). Sum of RGB (Red+Green+Blue) = 71+24+5=100 (13% of max value = 765). Red value is 71 (28.12% from 255 or 71% from 100); Green value is 24 (9.77% from 255 or 24% from 100); Blue value is 5 (2.34% from 255 or 5% from 100); Max value from RGB is 71 - color contains mainly: red. Hex color #471805 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471805 is #B8E7FA. Grayscale: #242424. Windows color (decimal): -12118011 or 333895. OLE color: 333895.
HSL color Cylindrical-coordinate representation of color #471805: hue angle of 17.27º 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 #471805 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 24 | 5 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.72 |
| HSL | 17.27º | 0.87% | 0.15% | - |
| HSV(B) | 17.27º | 0.93% | 0.28% | - |
| XYZ | 2.95 | 2 | 0.37 | - |
| YUV | 35.89 | 110.57 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 24 | 5 | 0 | 0.66 | 0.93 | 0.72 | 17.27 | 0.87 | 0.15 |
| Hex | 47 | 18 | 5 | 0 | 42 | 5D | 48 | 11 | 57 | F |
| Octal | 107 | 30 | 5 | 0 | 102 | 135 | 110 | 21 | 127 | 17 |
| Binary | 1000111 | 11000 | 101 | 0 | 1000010 | 1011101 | 1001000 | 10001 | 1010111 | 1111 |
Color Harmonies of #471805
Complementary color
Monochromatic Colors of #471805
Black with #471805
Text Example
Text Example
White with #471805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471805; }
p { color: rgb(71,24,5); }
H1.HeaderClassName
{
color: #471805;
}
.AnyTagClassName
{
color: #471805;
}
</style>
background-color css
<style>
a { background-color: #471805; }
a { background-color: rgb(71,24,5); }
div.DivClassName
{
background-color: #471805;
}
.BgClassName
{
background-color: #471805;
}
</style>
border-color css
<style>
span { border-color: #471805; }
span { border-color: rgb(71,24,5); }
td.TdClassName
{
border-color: #471805;
}
.TagClassName
{
border-color: #471805;
}
</style>