Shades of Brown Pod #471F19
Tints of Brown Pod #471F19
RGB
CMYK
RGB Variations
Color information
#471F19 (or 0x471F19) is known color: Brown Pod. HEX triplet: 47, 1F and 19. RGB value is (71,31,25). Sum of RGB (Red+Green+Blue) = 71+31+25=127 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.91% from 127); Green value is 31 (12.5% from 255 or 24.41% from 127); Blue value is 25 (10.16% from 255 or 19.69% from 127); Max value from RGB is 71 - color contains mainly: red. Hex color #471F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471F19 is #B8E0E6. Grayscale: #2A2A2A. Windows color (decimal): -12116199 or 1646407. OLE color: 1646407.
HSL color Cylindrical-coordinate representation of color #471F19: hue angle of 7.83º 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 #471F19 is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 31 | 25 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.72 |
| HSL | 7.83º | 0.48% | 0.19% | - |
| HSV(B) | 7.83º | 0.65% | 0.28% | - |
| XYZ | 3.26 | 2.39 | 1.21 | - |
| YUV | 42.28 | 118.25 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 31 | 25 | 0 | 0.56 | 0.65 | 0.72 | 7.83 | 0.48 | 0.19 |
| Hex | 47 | 1F | 19 | 0 | 38 | 41 | 48 | 8 | 30 | 13 |
| Octal | 107 | 37 | 31 | 0 | 70 | 101 | 110 | 10 | 60 | 23 |
| Binary | 1000111 | 11111 | 11001 | 0 | 111000 | 1000001 | 1001000 | 1000 | 110000 | 10011 |
Color Harmonies of #471F19
Complementary color
Monochromatic Colors of #471F19
Black with #471F19
Text Example
Text Example
White with #471F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471F19; }
p { color: rgb(71,31,25); }
H1.HeaderClassName
{
color: #471F19;
}
.AnyTagClassName
{
color: #471F19;
}
</style>
background-color css
<style>
a { background-color: #471F19; }
a { background-color: rgb(71,31,25); }
div.DivClassName
{
background-color: #471F19;
}
.BgClassName
{
background-color: #471F19;
}
</style>
border-color css
<style>
span { border-color: #471F19; }
span { border-color: rgb(71,31,25); }
td.TdClassName
{
border-color: #471F19;
}
.TagClassName
{
border-color: #471F19;
}
</style>