Shades of Brown Pod #471D14
Tints of Brown Pod #471D14
RGB
CMYK
RGB Variations
Color information
#471D14 (or 0x471D14) is known color: Brown Pod. HEX triplet: 47, 1D and 14. RGB value is (71,29,20). Sum of RGB (Red+Green+Blue) = 71+29+20=120 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.17% from 120); Green value is 29 (11.72% from 255 or 24.17% from 120); Blue value is 20 (8.20% from 255 or 16.67% from 120); Max value from RGB is 71 - color contains mainly: red. Hex color #471D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471D14 is #B8E2EB. Grayscale: #282828. Windows color (decimal): -12116716 or 1318215. OLE color: 1318215.
HSL color Cylindrical-coordinate representation of color #471D14: hue angle of 10.59º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #471D14 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 29 | 20 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.72 |
| HSL | 10.59º | 0.56% | 0.18% | - |
| HSV(B) | 10.59º | 0.72% | 0.28% | - |
| XYZ | 3.16 | 2.27 | 0.93 | - |
| YUV | 40.53 | 116.41 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 29 | 20 | 0 | 0.59 | 0.72 | 0.72 | 10.59 | 0.56 | 0.18 |
| Hex | 47 | 1D | 14 | 0 | 3B | 48 | 48 | B | 38 | 12 |
| Octal | 107 | 35 | 24 | 0 | 73 | 110 | 110 | 13 | 70 | 22 |
| Binary | 1000111 | 11101 | 10100 | 0 | 111011 | 1001000 | 1001000 | 1011 | 111000 | 10010 |
Color Harmonies of #471D14
Complementary color
Monochromatic Colors of #471D14
Black with #471D14
Text Example
Text Example
White with #471D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471D14; }
p { color: rgb(71,29,20); }
H1.HeaderClassName
{
color: #471D14;
}
.AnyTagClassName
{
color: #471D14;
}
</style>
background-color css
<style>
a { background-color: #471D14; }
a { background-color: rgb(71,29,20); }
div.DivClassName
{
background-color: #471D14;
}
.BgClassName
{
background-color: #471D14;
}
</style>
border-color css
<style>
span { border-color: #471D14; }
span { border-color: rgb(71,29,20); }
td.TdClassName
{
border-color: #471D14;
}
.TagClassName
{
border-color: #471D14;
}
</style>