Shades of Brown Pod #471E13
Tints of Brown Pod #471E13
RGB
CMYK
RGB Variations
Color information
#471E13 (or 0x471E13) is known color: Brown Pod. HEX triplet: 47, 1E and 13. RGB value is (71,30,19). Sum of RGB (Red+Green+Blue) = 71+30+19=120 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.17% from 120); Green value is 30 (12.11% from 255 or 25% from 120); Blue value is 19 (7.81% from 255 or 15.83% from 120); Max value from RGB is 71 - color contains mainly: red. Hex color #471E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471E13 is #B8E1EC. Grayscale: #292929. Windows color (decimal): -12116461 or 1252935. OLE color: 1252935.
HSL color Cylindrical-coordinate representation of color #471E13: hue angle of 12.69º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #471E13 is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 30 | 19 | - |
| CMYK | 0 | 0.58 | 0.73 | 0.72 |
| HSL | 12.69º | 0.58% | 0.18% | - |
| HSV(B) | 12.69º | 0.73% | 0.28% | - |
| XYZ | 3.18 | 2.32 | 0.9 | - |
| YUV | 41.01 | 115.58 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 30 | 19 | 0 | 0.58 | 0.73 | 0.72 | 12.69 | 0.58 | 0.18 |
| Hex | 47 | 1E | 13 | 0 | 3A | 49 | 48 | D | 3A | 12 |
| Octal | 107 | 36 | 23 | 0 | 72 | 111 | 110 | 15 | 72 | 22 |
| Binary | 1000111 | 11110 | 10011 | 0 | 111010 | 1001001 | 1001000 | 1101 | 111010 | 10010 |
Color Harmonies of #471E13
Complementary color
Monochromatic Colors of #471E13
Black with #471E13
Text Example
Text Example
White with #471E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471E13; }
p { color: rgb(71,30,19); }
H1.HeaderClassName
{
color: #471E13;
}
.AnyTagClassName
{
color: #471E13;
}
</style>
background-color css
<style>
a { background-color: #471E13; }
a { background-color: rgb(71,30,19); }
div.DivClassName
{
background-color: #471E13;
}
.BgClassName
{
background-color: #471E13;
}
</style>
border-color css
<style>
span { border-color: #471E13; }
span { border-color: rgb(71,30,19); }
td.TdClassName
{
border-color: #471E13;
}
.TagClassName
{
border-color: #471E13;
}
</style>