Shades of Brown Pod #471D13
Tints of Brown Pod #471D13
RGB
CMYK
RGB Variations
Color information
#471D13 (or 0x471D13) is known color: Brown Pod. HEX triplet: 47, 1D and 13. RGB value is (71,29,19). Sum of RGB (Red+Green+Blue) = 71+29+19=119 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.66% from 119); Green value is 29 (11.72% from 255 or 24.37% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 71 - color contains mainly: red. Hex color #471D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471D13 is #B8E2EC. Grayscale: #282828. Windows color (decimal): -12116717 or 1252679. OLE color: 1252679.
HSL color Cylindrical-coordinate representation of color #471D13: hue angle of 11.54º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #471D13 is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 29 | 19 | - |
| CMYK | 0 | 0.59 | 0.73 | 0.72 |
| HSL | 11.54º | 0.58% | 0.18% | - |
| HSV(B) | 11.54º | 0.73% | 0.28% | - |
| XYZ | 3.16 | 2.27 | 0.89 | - |
| YUV | 40.42 | 115.91 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 29 | 19 | 0 | 0.59 | 0.73 | 0.72 | 11.54 | 0.58 | 0.18 |
| Hex | 47 | 1D | 13 | 0 | 3B | 49 | 48 | C | 3A | 12 |
| Octal | 107 | 35 | 23 | 0 | 73 | 111 | 110 | 14 | 72 | 22 |
| Binary | 1000111 | 11101 | 10011 | 0 | 111011 | 1001001 | 1001000 | 1100 | 111010 | 10010 |
Color Harmonies of #471D13
Complementary color
Monochromatic Colors of #471D13
Black with #471D13
Text Example
Text Example
White with #471D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471D13; }
p { color: rgb(71,29,19); }
H1.HeaderClassName
{
color: #471D13;
}
.AnyTagClassName
{
color: #471D13;
}
</style>
background-color css
<style>
a { background-color: #471D13; }
a { background-color: rgb(71,29,19); }
div.DivClassName
{
background-color: #471D13;
}
.BgClassName
{
background-color: #471D13;
}
</style>
border-color css
<style>
span { border-color: #471D13; }
span { border-color: rgb(71,29,19); }
td.TdClassName
{
border-color: #471D13;
}
.TagClassName
{
border-color: #471D13;
}
</style>