Shades of Brown Pod #471500
Tints of Brown Pod #471500
RGB
CMYK
RGB Variations
Color information
#471500 (or 0x471500) is known color: Brown Pod. HEX triplet: 47, 15 and 00. RGB value is (71,21,0). Sum of RGB (Red+Green+Blue) = 71+21+0=92 (12% of max value = 765). Red value is 71 (28.12% from 255 or 77.17% from 92); Green value is 21 (8.59% from 255 or 22.83% from 92); Blue value is 0 (0.39% from 255 or 0% from 92); Max value from RGB is 71 - color contains mainly: red. Hex color #471500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471500 is #B8EAFF. Grayscale: #212121. Windows color (decimal): -12118784 or 5447. OLE color: 5447.
HSL color Cylindrical-coordinate representation of color #471500: hue angle of 17.75º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #471500 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 21 | 0 | - |
| CMYK | 0 | 0.70 | 1 | 0.72 |
| HSL | 17.75º | 1% | 0.14% | - |
| HSV(B) | 17.75º | 1% | 0.28% | - |
| XYZ | 2.87 | 1.88 | 0.21 | - |
| YUV | 33.56 | 109.07 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 21 | 0 | 0 | 0.70 | 1 | 0.72 | 17.75 | 1 | 0.14 |
| Hex | 47 | 15 | 0 | 0 | 46 | 64 | 48 | 12 | 64 | E |
| Octal | 107 | 25 | 0 | 0 | 106 | 144 | 110 | 22 | 144 | 16 |
| Binary | 1000111 | 10101 | 0 | 0 | 1000110 | 1100100 | 1001000 | 10010 | 1100100 | 1110 |
Color Harmonies of #471500
Complementary color
Monochromatic Colors of #471500
Black with #471500
Text Example
Text Example
White with #471500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471500; }
p { color: rgb(71,21,0); }
H1.HeaderClassName
{
color: #471500;
}
.AnyTagClassName
{
color: #471500;
}
</style>
background-color css
<style>
a { background-color: #471500; }
a { background-color: rgb(71,21,0); }
div.DivClassName
{
background-color: #471500;
}
.BgClassName
{
background-color: #471500;
}
</style>
border-color css
<style>
span { border-color: #471500; }
span { border-color: rgb(71,21,0); }
td.TdClassName
{
border-color: #471500;
}
.TagClassName
{
border-color: #471500;
}
</style>