Shades of Brown Pod #471F10
Tints of Brown Pod #471F10
RGB
CMYK
RGB Variations
Color information
#471F10 (or 0x471F10) is known color: Brown Pod. HEX triplet: 47, 1F and 10. RGB value is (71,31,16). Sum of RGB (Red+Green+Blue) = 71+31+16=118 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.17% from 118); Green value is 31 (12.5% from 255 or 26.27% from 118); Blue value is 16 (6.64% from 255 or 13.56% from 118); Max value from RGB is 71 - color contains mainly: red. Hex color #471F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471F10 is #B8E0EF. Grayscale: #292929. Windows color (decimal): -12116208 or 1056583. OLE color: 1056583.
HSL color Cylindrical-coordinate representation of color #471F10: hue angle of 16.36º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #471F10 is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 31 | 16 | - |
| CMYK | 0 | 0.56 | 0.77 | 0.72 |
| HSL | 16.36º | 0.63% | 0.17% | - |
| HSV(B) | 16.36º | 0.77% | 0.28% | - |
| XYZ | 3.18 | 2.36 | 0.78 | - |
| YUV | 41.25 | 113.75 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 31 | 16 | 0 | 0.56 | 0.77 | 0.72 | 16.36 | 0.63 | 0.17 |
| Hex | 47 | 1F | 10 | 0 | 38 | 4D | 48 | 10 | 3F | 11 |
| Octal | 107 | 37 | 20 | 0 | 70 | 115 | 110 | 20 | 77 | 21 |
| Binary | 1000111 | 11111 | 10000 | 0 | 111000 | 1001101 | 1001000 | 10000 | 111111 | 10001 |
Color Harmonies of #471F10
Complementary color
Monochromatic Colors of #471F10
Black with #471F10
Text Example
Text Example
White with #471F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471F10; }
p { color: rgb(71,31,16); }
H1.HeaderClassName
{
color: #471F10;
}
.AnyTagClassName
{
color: #471F10;
}
</style>
background-color css
<style>
a { background-color: #471F10; }
a { background-color: rgb(71,31,16); }
div.DivClassName
{
background-color: #471F10;
}
.BgClassName
{
background-color: #471F10;
}
</style>
border-color css
<style>
span { border-color: #471F10; }
span { border-color: rgb(71,31,16); }
td.TdClassName
{
border-color: #471F10;
}
.TagClassName
{
border-color: #471F10;
}
</style>