Shades of Brown Pod #471D16
Tints of Brown Pod #471D16
RGB
CMYK
RGB Variations
Color information
#471D16 (or 0x471D16) is known color: Brown Pod. HEX triplet: 47, 1D and 16. RGB value is (71,29,22). Sum of RGB (Red+Green+Blue) = 71+29+22=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 29 (11.72% from 255 or 23.77% from 122); Blue value is 22 (8.98% from 255 or 18.03% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #471D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471D16 is #B8E2E9. Grayscale: #282828. Windows color (decimal): -12116714 or 1449287. OLE color: 1449287.
HSL color Cylindrical-coordinate representation of color #471D16: hue angle of 8.57º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #471D16 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 29 | 22 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.72 |
| HSL | 8.57º | 0.53% | 0.18% | - |
| HSV(B) | 8.57º | 0.69% | 0.28% | - |
| XYZ | 3.18 | 2.28 | 1.03 | - |
| YUV | 40.76 | 117.41 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 29 | 22 | 0 | 0.59 | 0.69 | 0.72 | 8.57 | 0.53 | 0.18 |
| Hex | 47 | 1D | 16 | 0 | 3B | 45 | 48 | 9 | 35 | 12 |
| Octal | 107 | 35 | 26 | 0 | 73 | 105 | 110 | 11 | 65 | 22 |
| Binary | 1000111 | 11101 | 10110 | 0 | 111011 | 1000101 | 1001000 | 1001 | 110101 | 10010 |
Color Harmonies of #471D16
Complementary color
Monochromatic Colors of #471D16
Black with #471D16
Text Example
Text Example
White with #471D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471D16; }
p { color: rgb(71,29,22); }
H1.HeaderClassName
{
color: #471D16;
}
.AnyTagClassName
{
color: #471D16;
}
</style>
background-color css
<style>
a { background-color: #471D16; }
a { background-color: rgb(71,29,22); }
div.DivClassName
{
background-color: #471D16;
}
.BgClassName
{
background-color: #471D16;
}
</style>
border-color css
<style>
span { border-color: #471D16; }
span { border-color: rgb(71,29,22); }
td.TdClassName
{
border-color: #471D16;
}
.TagClassName
{
border-color: #471D16;
}
</style>