Shades of Brown Pod #471705
Tints of Brown Pod #471705
RGB
CMYK
RGB Variations
Color information
#471705 (or 0x471705) is known color: Brown Pod. HEX triplet: 47, 17 and 05. RGB value is (71,23,5). Sum of RGB (Red+Green+Blue) = 71+23+5=99 (13% of max value = 765). Red value is 71 (28.12% from 255 or 71.72% from 99); Green value is 23 (9.38% from 255 or 23.23% from 99); Blue value is 5 (2.34% from 255 or 5.05% from 99); Max value from RGB is 71 - color contains mainly: red. Hex color #471705 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471705 is #B8E8FA. Grayscale: #232323. Windows color (decimal): -12118267 or 333639. OLE color: 333639.
HSL color Cylindrical-coordinate representation of color #471705: hue angle of 16.36º 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 #471705 is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 23 | 5 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.72 |
| HSL | 16.36º | 0.87% | 0.15% | - |
| HSV(B) | 16.36º | 0.93% | 0.28% | - |
| XYZ | 2.93 | 1.96 | 0.37 | - |
| YUV | 35.3 | 110.9 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 23 | 5 | 0 | 0.68 | 0.93 | 0.72 | 16.36 | 0.87 | 0.15 |
| Hex | 47 | 17 | 5 | 0 | 44 | 5D | 48 | 10 | 57 | F |
| Octal | 107 | 27 | 5 | 0 | 104 | 135 | 110 | 20 | 127 | 17 |
| Binary | 1000111 | 10111 | 101 | 0 | 1000100 | 1011101 | 1001000 | 10000 | 1010111 | 1111 |
Color Harmonies of #471705
Complementary color
Monochromatic Colors of #471705
Black with #471705
Text Example
Text Example
White with #471705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471705; }
p { color: rgb(71,23,5); }
H1.HeaderClassName
{
color: #471705;
}
.AnyTagClassName
{
color: #471705;
}
</style>
background-color css
<style>
a { background-color: #471705; }
a { background-color: rgb(71,23,5); }
div.DivClassName
{
background-color: #471705;
}
.BgClassName
{
background-color: #471705;
}
</style>
border-color css
<style>
span { border-color: #471705; }
span { border-color: rgb(71,23,5); }
td.TdClassName
{
border-color: #471705;
}
.TagClassName
{
border-color: #471705;
}
</style>