Shades of Brown Pod #471E0D
Tints of Brown Pod #471E0D
RGB
CMYK
RGB Variations
Color information
#471E0D (or 0x471E0D) is known color: Brown Pod. HEX triplet: 47, 1E and 0D. RGB value is (71,30,13). Sum of RGB (Red+Green+Blue) = 71+30+13=114 (15% of max value = 765). Red value is 71 (28.12% from 255 or 62.28% from 114); Green value is 30 (12.11% from 255 or 26.32% from 114); Blue value is 13 (5.47% from 255 or 11.40% from 114); Max value from RGB is 71 - color contains mainly: red. Hex color #471E0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471E0D is #B8E1F2. Grayscale: #282828. Windows color (decimal): -12116467 or 859719. OLE color: 859719.
HSL color Cylindrical-coordinate representation of color #471E0D: hue angle of 17.59º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #471E0D is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 30 | 13 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.72 |
| HSL | 17.59º | 0.69% | 0.16% | - |
| HSV(B) | 17.59º | 0.82% | 0.28% | - |
| XYZ | 3.14 | 2.3 | 0.66 | - |
| YUV | 40.32 | 112.58 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 30 | 13 | 0 | 0.58 | 0.82 | 0.72 | 17.59 | 0.69 | 0.16 |
| Hex | 47 | 1E | D | 0 | 3A | 52 | 48 | 12 | 45 | 10 |
| Octal | 107 | 36 | 15 | 0 | 72 | 122 | 110 | 22 | 105 | 20 |
| Binary | 1000111 | 11110 | 1101 | 0 | 111010 | 1010010 | 1001000 | 10010 | 1000101 | 10000 |
Color Harmonies of #471E0D
Complementary color
Monochromatic Colors of #471E0D
Black with #471E0D
Text Example
Text Example
White with #471E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471E0D; }
p { color: rgb(71,30,13); }
H1.HeaderClassName
{
color: #471E0D;
}
.AnyTagClassName
{
color: #471E0D;
}
</style>
background-color css
<style>
a { background-color: #471E0D; }
a { background-color: rgb(71,30,13); }
div.DivClassName
{
background-color: #471E0D;
}
.BgClassName
{
background-color: #471E0D;
}
</style>
border-color css
<style>
span { border-color: #471E0D; }
span { border-color: rgb(71,30,13); }
td.TdClassName
{
border-color: #471E0D;
}
.TagClassName
{
border-color: #471E0D;
}
</style>