Shades of Brown Pod #491F15
Tints of Brown Pod #491F15
RGB
CMYK
RGB Variations
Color information
#491F15 (or 0x491F15) is known color: Brown Pod. HEX triplet: 49, 1F and 15. RGB value is (73,31,21). Sum of RGB (Red+Green+Blue) = 73+31+21=125 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.4% from 125); Green value is 31 (12.5% from 255 or 24.8% from 125); Blue value is 21 (8.59% from 255 or 16.8% from 125); Max value from RGB is 73 - color contains mainly: red. Hex color #491F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491F15 is #B6E0EA. Grayscale: #2A2A2A. Windows color (decimal): -11985131 or 1384265. OLE color: 1384265.
HSL color Cylindrical-coordinate representation of color #491F15: hue angle of 11.54º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #491F15 is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 31 | 21 | - |
| CMYK | 0 | 0.58 | 0.71 | 0.71 |
| HSL | 11.54º | 0.55% | 0.18% | - |
| HSV(B) | 11.54º | 0.71% | 0.29% | - |
| XYZ | 3.37 | 2.45 | 1 | - |
| YUV | 42.42 | 115.91 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 31 | 21 | 0 | 0.58 | 0.71 | 0.71 | 11.54 | 0.55 | 0.18 |
| Hex | 49 | 1F | 15 | 0 | 3A | 47 | 47 | C | 37 | 12 |
| Octal | 111 | 37 | 25 | 0 | 72 | 107 | 107 | 14 | 67 | 22 |
| Binary | 1001001 | 11111 | 10101 | 0 | 111010 | 1000111 | 1000111 | 1100 | 110111 | 10010 |
Color Harmonies of #491F15
Complementary color
Monochromatic Colors of #491F15
Black with #491F15
Text Example
Text Example
White with #491F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491F15; }
p { color: rgb(73,31,21); }
H1.HeaderClassName
{
color: #491F15;
}
.AnyTagClassName
{
color: #491F15;
}
</style>
background-color css
<style>
a { background-color: #491F15; }
a { background-color: rgb(73,31,21); }
div.DivClassName
{
background-color: #491F15;
}
.BgClassName
{
background-color: #491F15;
}
</style>
border-color css
<style>
span { border-color: #491F15; }
span { border-color: rgb(73,31,21); }
td.TdClassName
{
border-color: #491F15;
}
.TagClassName
{
border-color: #491F15;
}
</style>