Shades of Brown Pod #471D0E
Tints of Brown Pod #471D0E
RGB
CMYK
RGB Variations
Color information
#471D0E (or 0x471D0E) is known color: Brown Pod. HEX triplet: 47, 1D and 0E. RGB value is (71,29,14). Sum of RGB (Red+Green+Blue) = 71+29+14=114 (15% of max value = 765). Red value is 71 (28.12% from 255 or 62.28% from 114); Green value is 29 (11.72% from 255 or 25.44% from 114); Blue value is 14 (5.86% from 255 or 12.28% from 114); Max value from RGB is 71 - color contains mainly: red. Hex color #471D0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471D0E is #B8E2F1. Grayscale: #272727. Windows color (decimal): -12116722 or 924999. OLE color: 924999.
HSL color Cylindrical-coordinate representation of color #471D0E: hue angle of 15.79º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #471D0E is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 29 | 14 | - |
| CMYK | 0 | 0.59 | 0.80 | 0.72 |
| HSL | 15.79º | 0.67% | 0.17% | - |
| HSV(B) | 15.79º | 0.8% | 0.28% | - |
| XYZ | 3.12 | 2.25 | 0.69 | - |
| YUV | 39.85 | 113.41 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 29 | 14 | 0 | 0.59 | 0.80 | 0.72 | 15.79 | 0.67 | 0.17 |
| Hex | 47 | 1D | E | 0 | 3B | 50 | 48 | 10 | 43 | 11 |
| Octal | 107 | 35 | 16 | 0 | 73 | 120 | 110 | 20 | 103 | 21 |
| Binary | 1000111 | 11101 | 1110 | 0 | 111011 | 1010000 | 1001000 | 10000 | 1000011 | 10001 |
Color Harmonies of #471D0E
Complementary color
Monochromatic Colors of #471D0E
Black with #471D0E
Text Example
Text Example
White with #471D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471D0E; }
p { color: rgb(71,29,14); }
H1.HeaderClassName
{
color: #471D0E;
}
.AnyTagClassName
{
color: #471D0E;
}
</style>
background-color css
<style>
a { background-color: #471D0E; }
a { background-color: rgb(71,29,14); }
div.DivClassName
{
background-color: #471D0E;
}
.BgClassName
{
background-color: #471D0E;
}
</style>
border-color css
<style>
span { border-color: #471D0E; }
span { border-color: rgb(71,29,14); }
td.TdClassName
{
border-color: #471D0E;
}
.TagClassName
{
border-color: #471D0E;
}
</style>