Shades of Brown Pod #471A13
Tints of Brown Pod #471A13
RGB
CMYK
RGB Variations
Color information
#471A13 (or 0x471A13) is known color: Brown Pod. HEX triplet: 47, 1A and 13. RGB value is (71,26,19). Sum of RGB (Red+Green+Blue) = 71+26+19=116 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.21% from 116); Green value is 26 (10.55% from 255 or 22.41% from 116); Blue value is 19 (7.81% from 255 or 16.38% from 116); Max value from RGB is 71 - color contains mainly: red. Hex color #471A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471A13 is #B8E5EC. Grayscale: #262626. Windows color (decimal): -12117485 or 1251911. OLE color: 1251911.
HSL color Cylindrical-coordinate representation of color #471A13: hue angle of 8.08º 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 #471A13 is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 26 | 19 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.72 |
| HSL | 8.08º | 0.58% | 0.18% | - |
| HSV(B) | 8.08º | 0.73% | 0.28% | - |
| XYZ | 3.09 | 2.13 | 0.86 | - |
| YUV | 38.66 | 116.91 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 26 | 19 | 0 | 0.63 | 0.73 | 0.72 | 8.08 | 0.58 | 0.18 |
| Hex | 47 | 1A | 13 | 0 | 3F | 49 | 48 | 8 | 3A | 12 |
| Octal | 107 | 32 | 23 | 0 | 77 | 111 | 110 | 10 | 72 | 22 |
| Binary | 1000111 | 11010 | 10011 | 0 | 111111 | 1001001 | 1001000 | 1000 | 111010 | 10010 |
Color Harmonies of #471A13
Complementary color
Monochromatic Colors of #471A13
Black with #471A13
Text Example
Text Example
White with #471A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471A13; }
p { color: rgb(71,26,19); }
H1.HeaderClassName
{
color: #471A13;
}
.AnyTagClassName
{
color: #471A13;
}
</style>
background-color css
<style>
a { background-color: #471A13; }
a { background-color: rgb(71,26,19); }
div.DivClassName
{
background-color: #471A13;
}
.BgClassName
{
background-color: #471A13;
}
</style>
border-color css
<style>
span { border-color: #471A13; }
span { border-color: rgb(71,26,19); }
td.TdClassName
{
border-color: #471A13;
}
.TagClassName
{
border-color: #471A13;
}
</style>