Shades of Brown Pod #471901
Tints of Brown Pod #471901
RGB
CMYK
RGB Variations
Color information
#471901 (or 0x471901) is known color: Brown Pod. HEX triplet: 47, 19 and 01. RGB value is (71,25,1). Sum of RGB (Red+Green+Blue) = 71+25+1=97 (12% of max value = 765). Red value is 71 (28.12% from 255 or 73.20% from 97); Green value is 25 (10.16% from 255 or 25.77% from 97); Blue value is 1 (0.78% from 255 or 1.03% from 97); Max value from RGB is 71 - color contains mainly: red. Hex color #471901 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471901 is #B8E6FE. Grayscale: #242424. Windows color (decimal): -12117759 or 72007. OLE color: 72007.
HSL color Cylindrical-coordinate representation of color #471901: hue angle of 20.57º 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 #471901 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 25 | 1 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.72 |
| HSL | 20.57º | 0.97% | 0.14% | - |
| HSV(B) | 20.57º | 0.99% | 0.28% | - |
| XYZ | 2.95 | 2.04 | 0.27 | - |
| YUV | 36.02 | 108.24 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 25 | 1 | 0 | 0.65 | 0.99 | 0.72 | 20.57 | 0.97 | 0.14 |
| Hex | 47 | 19 | 1 | 0 | 41 | 63 | 48 | 15 | 61 | E |
| Octal | 107 | 31 | 1 | 0 | 101 | 143 | 110 | 25 | 141 | 16 |
| Binary | 1000111 | 11001 | 1 | 0 | 1000001 | 1100011 | 1001000 | 10101 | 1100001 | 1110 |
Color Harmonies of #471901
Complementary color
Monochromatic Colors of #471901
Black with #471901
Text Example
Text Example
White with #471901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471901; }
p { color: rgb(71,25,1); }
H1.HeaderClassName
{
color: #471901;
}
.AnyTagClassName
{
color: #471901;
}
</style>
background-color css
<style>
a { background-color: #471901; }
a { background-color: rgb(71,25,1); }
div.DivClassName
{
background-color: #471901;
}
.BgClassName
{
background-color: #471901;
}
</style>
border-color css
<style>
span { border-color: #471901; }
span { border-color: rgb(71,25,1); }
td.TdClassName
{
border-color: #471901;
}
.TagClassName
{
border-color: #471901;
}
</style>