Shades of Brown Pod #471701
Tints of Brown Pod #471701
RGB
CMYK
RGB Variations
Color information
#471701 (or 0x471701) is known color: Brown Pod. HEX triplet: 47, 17 and 01. RGB value is (71,23,1). Sum of RGB (Red+Green+Blue) = 71+23+1=95 (12% of max value = 765). Red value is 71 (28.12% from 255 or 74.74% from 95); Green value is 23 (9.38% from 255 or 24.21% from 95); Blue value is 1 (0.78% from 255 or 1.05% from 95); Max value from RGB is 71 - color contains mainly: red. Hex color #471701 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471701 is #B8E8FE. Grayscale: #222222. Windows color (decimal): -12118271 or 71495. OLE color: 71495.
HSL color Cylindrical-coordinate representation of color #471701: hue angle of 18.86º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #471701 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 23 | 1 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.72 |
| HSL | 18.86º | 0.97% | 0.14% | - |
| HSV(B) | 18.86º | 0.99% | 0.28% | - |
| XYZ | 2.91 | 1.95 | 0.25 | - |
| YUV | 34.84 | 108.9 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 23 | 1 | 0 | 0.68 | 0.99 | 0.72 | 18.86 | 0.97 | 0.14 |
| Hex | 47 | 17 | 1 | 0 | 44 | 63 | 48 | 13 | 61 | E |
| Octal | 107 | 27 | 1 | 0 | 104 | 143 | 110 | 23 | 141 | 16 |
| Binary | 1000111 | 10111 | 1 | 0 | 1000100 | 1100011 | 1001000 | 10011 | 1100001 | 1110 |
Color Harmonies of #471701
Complementary color
Monochromatic Colors of #471701
Black with #471701
Text Example
Text Example
White with #471701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471701; }
p { color: rgb(71,23,1); }
H1.HeaderClassName
{
color: #471701;
}
.AnyTagClassName
{
color: #471701;
}
</style>
background-color css
<style>
a { background-color: #471701; }
a { background-color: rgb(71,23,1); }
div.DivClassName
{
background-color: #471701;
}
.BgClassName
{
background-color: #471701;
}
</style>
border-color css
<style>
span { border-color: #471701; }
span { border-color: rgb(71,23,1); }
td.TdClassName
{
border-color: #471701;
}
.TagClassName
{
border-color: #471701;
}
</style>