Shades of Brown Pod #471201
Tints of Brown Pod #471201
RGB
CMYK
RGB Variations
Color information
#471201 (or 0x471201) is known color: Brown Pod. HEX triplet: 47, 12 and 01. RGB value is (71,18,1). Sum of RGB (Red+Green+Blue) = 71+18+1=90 (11% of max value = 765). Red value is 71 (28.12% from 255 or 78.89% from 90); Green value is 18 (7.42% from 255 or 20% from 90); Blue value is 1 (0.78% from 255 or 1.11% from 90); Max value from RGB is 71 - color contains mainly: red. Hex color #471201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471201 is #B8EDFE. Grayscale: #202020. Windows color (decimal): -12119551 or 70215. OLE color: 70215.
HSL color Cylindrical-coordinate representation of color #471201: hue angle of 14.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 #471201 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 18 | 1 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.72 |
| HSL | 14.57º | 0.97% | 0.14% | - |
| HSV(B) | 14.57º | 0.99% | 0.28% | - |
| XYZ | 2.82 | 1.77 | 0.22 | - |
| YUV | 31.91 | 110.56 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 18 | 1 | 0 | 0.75 | 0.99 | 0.72 | 14.57 | 0.97 | 0.14 |
| Hex | 47 | 12 | 1 | 0 | 4B | 63 | 48 | F | 61 | E |
| Octal | 107 | 22 | 1 | 0 | 113 | 143 | 110 | 17 | 141 | 16 |
| Binary | 1000111 | 10010 | 1 | 0 | 1001011 | 1100011 | 1001000 | 1111 | 1100001 | 1110 |
Color Harmonies of #471201
Complementary color
Monochromatic Colors of #471201
Black with #471201
Text Example
Text Example
White with #471201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471201; }
p { color: rgb(71,18,1); }
H1.HeaderClassName
{
color: #471201;
}
.AnyTagClassName
{
color: #471201;
}
</style>
background-color css
<style>
a { background-color: #471201; }
a { background-color: rgb(71,18,1); }
div.DivClassName
{
background-color: #471201;
}
.BgClassName
{
background-color: #471201;
}
</style>
border-color css
<style>
span { border-color: #471201; }
span { border-color: rgb(71,18,1); }
td.TdClassName
{
border-color: #471201;
}
.TagClassName
{
border-color: #471201;
}
</style>