Shades of Brown Pod #471D15
Tints of Brown Pod #471D15
RGB
CMYK
RGB Variations
Color information
#471D15 (or 0x471D15) is known color: Brown Pod. HEX triplet: 47, 1D and 15. RGB value is (71,29,21). Sum of RGB (Red+Green+Blue) = 71+29+21=121 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.68% from 121); Green value is 29 (11.72% from 255 or 23.97% from 121); Blue value is 21 (8.59% from 255 or 17.36% from 121); Max value from RGB is 71 - color contains mainly: red. Hex color #471D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471D15 is #B8E2EA. Grayscale: #282828. Windows color (decimal): -12116715 or 1383751. OLE color: 1383751.
HSL color Cylindrical-coordinate representation of color #471D15: hue angle of 9.6º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #471D15 is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 29 | 21 | - |
| CMYK | 0 | 0.59 | 0.70 | 0.72 |
| HSL | 9.6º | 0.54% | 0.18% | - |
| HSV(B) | 9.6º | 0.7% | 0.28% | - |
| XYZ | 3.17 | 2.27 | 0.98 | - |
| YUV | 40.65 | 116.91 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 29 | 21 | 0 | 0.59 | 0.70 | 0.72 | 9.6 | 0.54 | 0.18 |
| Hex | 47 | 1D | 15 | 0 | 3B | 46 | 48 | A | 36 | 12 |
| Octal | 107 | 35 | 25 | 0 | 73 | 106 | 110 | 12 | 66 | 22 |
| Binary | 1000111 | 11101 | 10101 | 0 | 111011 | 1000110 | 1001000 | 1010 | 110110 | 10010 |
Color Harmonies of #471D15
Complementary color
Monochromatic Colors of #471D15
Black with #471D15
Text Example
Text Example
White with #471D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471D15; }
p { color: rgb(71,29,21); }
H1.HeaderClassName
{
color: #471D15;
}
.AnyTagClassName
{
color: #471D15;
}
</style>
background-color css
<style>
a { background-color: #471D15; }
a { background-color: rgb(71,29,21); }
div.DivClassName
{
background-color: #471D15;
}
.BgClassName
{
background-color: #471D15;
}
</style>
border-color css
<style>
span { border-color: #471D15; }
span { border-color: rgb(71,29,21); }
td.TdClassName
{
border-color: #471D15;
}
.TagClassName
{
border-color: #471D15;
}
</style>