Shades of Brown Pod #491F13
Tints of Brown Pod #491F13
RGB
CMYK
RGB Variations
Color information
#491F13 (or 0x491F13) is known color: Brown Pod. HEX triplet: 49, 1F and 13. RGB value is (73,31,19). Sum of RGB (Red+Green+Blue) = 73+31+19=123 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.35% from 123); Green value is 31 (12.5% from 255 or 25.20% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 73 - color contains mainly: red. Hex color #491F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491F13 is #B6E0EC. Grayscale: #2A2A2A. Windows color (decimal): -11985133 or 1253193. OLE color: 1253193.
HSL color Cylindrical-coordinate representation of color #491F13: hue angle of 13.33º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #491F13 is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 31 | 19 | - |
| CMYK | 0 | 0.58 | 0.74 | 0.71 |
| HSL | 13.33º | 0.59% | 0.18% | - |
| HSV(B) | 13.33º | 0.74% | 0.29% | - |
| XYZ | 3.36 | 2.44 | 0.91 | - |
| YUV | 42.19 | 114.91 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 31 | 19 | 0 | 0.58 | 0.74 | 0.71 | 13.33 | 0.59 | 0.18 |
| Hex | 49 | 1F | 13 | 0 | 3A | 4A | 47 | D | 3B | 12 |
| Octal | 111 | 37 | 23 | 0 | 72 | 112 | 107 | 15 | 73 | 22 |
| Binary | 1001001 | 11111 | 10011 | 0 | 111010 | 1001010 | 1000111 | 1101 | 111011 | 10010 |
Color Harmonies of #491F13
Complementary color
Monochromatic Colors of #491F13
Black with #491F13
Text Example
Text Example
White with #491F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491F13; }
p { color: rgb(73,31,19); }
H1.HeaderClassName
{
color: #491F13;
}
.AnyTagClassName
{
color: #491F13;
}
</style>
background-color css
<style>
a { background-color: #491F13; }
a { background-color: rgb(73,31,19); }
div.DivClassName
{
background-color: #491F13;
}
.BgClassName
{
background-color: #491F13;
}
</style>
border-color css
<style>
span { border-color: #491F13; }
span { border-color: rgb(73,31,19); }
td.TdClassName
{
border-color: #491F13;
}
.TagClassName
{
border-color: #491F13;
}
</style>