Shades of Brown Pod #491E15
Tints of Brown Pod #491E15
RGB
CMYK
RGB Variations
Color information
#491E15 (or 0x491E15) is known color: Brown Pod. HEX triplet: 49, 1E and 15. RGB value is (73,30,21). Sum of RGB (Red+Green+Blue) = 73+30+21=124 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.87% from 124); Green value is 30 (12.11% from 255 or 24.19% from 124); Blue value is 21 (8.59% from 255 or 16.94% from 124); Max value from RGB is 73 - color contains mainly: red. Hex color #491E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491E15 is #B6E1EA. Grayscale: #292929. Windows color (decimal): -11985387 or 1384009. OLE color: 1384009.
HSL color Cylindrical-coordinate representation of color #491E15: hue angle of 10.38º 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 #491E15 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 30 | 21 | - |
| CMYK | 0 | 0.59 | 0.71 | 0.71 |
| HSL | 10.38º | 0.55% | 0.18% | - |
| HSV(B) | 10.38º | 0.71% | 0.29% | - |
| XYZ | 3.35 | 2.4 | 1 | - |
| YUV | 41.83 | 116.25 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 30 | 21 | 0 | 0.59 | 0.71 | 0.71 | 10.38 | 0.55 | 0.18 |
| Hex | 49 | 1E | 15 | 0 | 3B | 47 | 47 | A | 37 | 12 |
| Octal | 111 | 36 | 25 | 0 | 73 | 107 | 107 | 12 | 67 | 22 |
| Binary | 1001001 | 11110 | 10101 | 0 | 111011 | 1000111 | 1000111 | 1010 | 110111 | 10010 |
Color Harmonies of #491E15
Complementary color
Monochromatic Colors of #491E15
Black with #491E15
Text Example
Text Example
White with #491E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491E15; }
p { color: rgb(73,30,21); }
H1.HeaderClassName
{
color: #491E15;
}
.AnyTagClassName
{
color: #491E15;
}
</style>
background-color css
<style>
a { background-color: #491E15; }
a { background-color: rgb(73,30,21); }
div.DivClassName
{
background-color: #491E15;
}
.BgClassName
{
background-color: #491E15;
}
</style>
border-color css
<style>
span { border-color: #491E15; }
span { border-color: rgb(73,30,21); }
td.TdClassName
{
border-color: #491E15;
}
.TagClassName
{
border-color: #491E15;
}
</style>