Shades of Brown Pod #471D18
Tints of Brown Pod #471D18
RGB
CMYK
RGB Variations
Color information
#471D18 (or 0x471D18) is known color: Brown Pod. HEX triplet: 47, 1D and 18. RGB value is (71,29,24). Sum of RGB (Red+Green+Blue) = 71+29+24=124 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.26% from 124); Green value is 29 (11.72% from 255 or 23.39% from 124); Blue value is 24 (9.77% from 255 or 19.35% from 124); Max value from RGB is 71 - color contains mainly: red. Hex color #471D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471D18 is #B8E2E7. Grayscale: #292929. Windows color (decimal): -12116712 or 1580359. OLE color: 1580359.
HSL color Cylindrical-coordinate representation of color #471D18: hue angle of 6.38º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #471D18 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 29 | 24 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.72 |
| HSL | 6.38º | 0.49% | 0.19% | - |
| HSV(B) | 6.38º | 0.66% | 0.28% | - |
| XYZ | 3.2 | 2.28 | 1.14 | - |
| YUV | 40.99 | 118.41 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 29 | 24 | 0 | 0.59 | 0.66 | 0.72 | 6.38 | 0.49 | 0.19 |
| Hex | 47 | 1D | 18 | 0 | 3B | 42 | 48 | 6 | 31 | 13 |
| Octal | 107 | 35 | 30 | 0 | 73 | 102 | 110 | 6 | 61 | 23 |
| Binary | 1000111 | 11101 | 11000 | 0 | 111011 | 1000010 | 1001000 | 110 | 110001 | 10011 |
Color Harmonies of #471D18
Complementary color
Monochromatic Colors of #471D18
Black with #471D18
Text Example
Text Example
White with #471D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471D18; }
p { color: rgb(71,29,24); }
H1.HeaderClassName
{
color: #471D18;
}
.AnyTagClassName
{
color: #471D18;
}
</style>
background-color css
<style>
a { background-color: #471D18; }
a { background-color: rgb(71,29,24); }
div.DivClassName
{
background-color: #471D18;
}
.BgClassName
{
background-color: #471D18;
}
</style>
border-color css
<style>
span { border-color: #471D18; }
span { border-color: rgb(71,29,24); }
td.TdClassName
{
border-color: #471D18;
}
.TagClassName
{
border-color: #471D18;
}
</style>