Shades of Brown Pod #491D15
Tints of Brown Pod #491D15
RGB
CMYK
RGB Variations
Color information
#491D15 (or 0x491D15) is known color: Brown Pod. HEX triplet: 49, 1D and 15. RGB value is (73,29,21). Sum of RGB (Red+Green+Blue) = 73+29+21=123 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.35% from 123); Green value is 29 (11.72% from 255 or 23.58% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 73 - color contains mainly: red. Hex color #491D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491D15 is #B6E2EA. Grayscale: #292929. Windows color (decimal): -11985643 or 1383753. OLE color: 1383753.
HSL color Cylindrical-coordinate representation of color #491D15: hue angle of 9.23º 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 #491D15 is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 29 | 21 | - |
| CMYK | 0 | 0.60 | 0.71 | 0.71 |
| HSL | 9.23º | 0.55% | 0.18% | - |
| HSV(B) | 9.23º | 0.71% | 0.29% | - |
| XYZ | 3.32 | 2.35 | 0.99 | - |
| YUV | 41.24 | 116.58 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 29 | 21 | 0 | 0.60 | 0.71 | 0.71 | 9.23 | 0.55 | 0.18 |
| Hex | 49 | 1D | 15 | 0 | 3C | 47 | 47 | 9 | 37 | 12 |
| Octal | 111 | 35 | 25 | 0 | 74 | 107 | 107 | 11 | 67 | 22 |
| Binary | 1001001 | 11101 | 10101 | 0 | 111100 | 1000111 | 1000111 | 1001 | 110111 | 10010 |
Color Harmonies of #491D15
Complementary color
Monochromatic Colors of #491D15
Black with #491D15
Text Example
Text Example
White with #491D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491D15; }
p { color: rgb(73,29,21); }
H1.HeaderClassName
{
color: #491D15;
}
.AnyTagClassName
{
color: #491D15;
}
</style>
background-color css
<style>
a { background-color: #491D15; }
a { background-color: rgb(73,29,21); }
div.DivClassName
{
background-color: #491D15;
}
.BgClassName
{
background-color: #491D15;
}
</style>
border-color css
<style>
span { border-color: #491D15; }
span { border-color: rgb(73,29,21); }
td.TdClassName
{
border-color: #491D15;
}
.TagClassName
{
border-color: #491D15;
}
</style>