Shades of Brown Pod #471704
Tints of Brown Pod #471704
RGB
CMYK
RGB Variations
Color information
#471704 (or 0x471704) is known color: Brown Pod. HEX triplet: 47, 17 and 04. RGB value is (71,23,4). Sum of RGB (Red+Green+Blue) = 71+23+4=98 (12% of max value = 765). Red value is 71 (28.12% from 255 or 72.45% from 98); Green value is 23 (9.38% from 255 or 23.47% from 98); Blue value is 4 (1.95% from 255 or 4.08% from 98); Max value from RGB is 71 - color contains mainly: red. Hex color #471704 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471704 is #B8E8FB. Grayscale: #232323. Windows color (decimal): -12118268 or 268103. OLE color: 268103.
HSL color Cylindrical-coordinate representation of color #471704: hue angle of 17.01º 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 #471704 is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 23 | 4 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.72 |
| HSL | 17.01º | 0.89% | 0.15% | - |
| HSV(B) | 17.01º | 0.94% | 0.28% | - |
| XYZ | 2.93 | 1.96 | 0.34 | - |
| YUV | 35.19 | 110.4 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 23 | 4 | 0 | 0.68 | 0.94 | 0.72 | 17.01 | 0.89 | 0.15 |
| Hex | 47 | 17 | 4 | 0 | 44 | 5E | 48 | 11 | 59 | F |
| Octal | 107 | 27 | 4 | 0 | 104 | 136 | 110 | 21 | 131 | 17 |
| Binary | 1000111 | 10111 | 100 | 0 | 1000100 | 1011110 | 1001000 | 10001 | 1011001 | 1111 |
Color Harmonies of #471704
Complementary color
Monochromatic Colors of #471704
Black with #471704
Text Example
Text Example
White with #471704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471704; }
p { color: rgb(71,23,4); }
H1.HeaderClassName
{
color: #471704;
}
.AnyTagClassName
{
color: #471704;
}
</style>
background-color css
<style>
a { background-color: #471704; }
a { background-color: rgb(71,23,4); }
div.DivClassName
{
background-color: #471704;
}
.BgClassName
{
background-color: #471704;
}
</style>
border-color css
<style>
span { border-color: #471704; }
span { border-color: rgb(71,23,4); }
td.TdClassName
{
border-color: #471704;
}
.TagClassName
{
border-color: #471704;
}
</style>