Shades of Brown Pod #471E19
Tints of Brown Pod #471E19
RGB
CMYK
RGB Variations
Color information
#471E19 (or 0x471E19) is known color: Brown Pod. HEX triplet: 47, 1E and 19. RGB value is (71,30,25). Sum of RGB (Red+Green+Blue) = 71+30+25=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 30 (12.11% from 255 or 23.81% from 126); Blue value is 25 (10.16% from 255 or 19.84% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #471E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471E19 is #B8E1E6. Grayscale: #292929. Windows color (decimal): -12116455 or 1646151. OLE color: 1646151.
HSL color Cylindrical-coordinate representation of color #471E19: hue angle of 6.52º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #471E19 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 30 | 25 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.72 |
| HSL | 6.52º | 0.48% | 0.19% | - |
| HSV(B) | 6.52º | 0.65% | 0.28% | - |
| XYZ | 3.24 | 2.34 | 1.2 | - |
| YUV | 41.69 | 118.58 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 30 | 25 | 0 | 0.58 | 0.65 | 0.72 | 6.52 | 0.48 | 0.19 |
| Hex | 47 | 1E | 19 | 0 | 3A | 41 | 48 | 7 | 30 | 13 |
| Octal | 107 | 36 | 31 | 0 | 72 | 101 | 110 | 7 | 60 | 23 |
| Binary | 1000111 | 11110 | 11001 | 0 | 111010 | 1000001 | 1001000 | 111 | 110000 | 10011 |
Color Harmonies of #471E19
Complementary color
Monochromatic Colors of #471E19
Black with #471E19
Text Example
Text Example
White with #471E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471E19; }
p { color: rgb(71,30,25); }
H1.HeaderClassName
{
color: #471E19;
}
.AnyTagClassName
{
color: #471E19;
}
</style>
background-color css
<style>
a { background-color: #471E19; }
a { background-color: rgb(71,30,25); }
div.DivClassName
{
background-color: #471E19;
}
.BgClassName
{
background-color: #471E19;
}
</style>
border-color css
<style>
span { border-color: #471E19; }
span { border-color: rgb(71,30,25); }
td.TdClassName
{
border-color: #471E19;
}
.TagClassName
{
border-color: #471E19;
}
</style>