Shades of Brown Pod #491D13
Tints of Brown Pod #491D13
RGB
CMYK
RGB Variations
Color information
#491D13 (or 0x491D13) is known color: Brown Pod. HEX triplet: 49, 1D and 13. RGB value is (73,29,19). Sum of RGB (Red+Green+Blue) = 73+29+19=121 (16% of max value = 765). Red value is 73 (28.91% from 255 or 60.33% from 121); Green value is 29 (11.72% from 255 or 23.97% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 73 - color contains mainly: red. Hex color #491D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491D13 is #B6E2EC. Grayscale: #292929. Windows color (decimal): -11985645 or 1252681. OLE color: 1252681.
HSL color Cylindrical-coordinate representation of color #491D13: hue angle of 11.11º 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 #491D13 is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 29 | 19 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.71 |
| HSL | 11.11º | 0.59% | 0.18% | - |
| HSV(B) | 11.11º | 0.74% | 0.29% | - |
| XYZ | 3.3 | 2.34 | 0.89 | - |
| YUV | 41.02 | 115.58 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 29 | 19 | 0 | 0.60 | 0.74 | 0.71 | 11.11 | 0.59 | 0.18 |
| Hex | 49 | 1D | 13 | 0 | 3C | 4A | 47 | B | 3B | 12 |
| Octal | 111 | 35 | 23 | 0 | 74 | 112 | 107 | 13 | 73 | 22 |
| Binary | 1001001 | 11101 | 10011 | 0 | 111100 | 1001010 | 1000111 | 1011 | 111011 | 10010 |
Color Harmonies of #491D13
Complementary color
Monochromatic Colors of #491D13
Black with #491D13
Text Example
Text Example
White with #491D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491D13; }
p { color: rgb(73,29,19); }
H1.HeaderClassName
{
color: #491D13;
}
.AnyTagClassName
{
color: #491D13;
}
</style>
background-color css
<style>
a { background-color: #491D13; }
a { background-color: rgb(73,29,19); }
div.DivClassName
{
background-color: #491D13;
}
.BgClassName
{
background-color: #491D13;
}
</style>
border-color css
<style>
span { border-color: #491D13; }
span { border-color: rgb(73,29,19); }
td.TdClassName
{
border-color: #491D13;
}
.TagClassName
{
border-color: #491D13;
}
</style>