Shades of Brown Pod #491D14
Tints of Brown Pod #491D14
RGB
CMYK
RGB Variations
Color information
#491D14 (or 0x491D14) is known color: Brown Pod. HEX triplet: 49, 1D and 14. RGB value is (73,29,20). Sum of RGB (Red+Green+Blue) = 73+29+20=122 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.84% from 122); Green value is 29 (11.72% from 255 or 23.77% from 122); Blue value is 20 (8.20% from 255 or 16.39% from 122); Max value from RGB is 73 - color contains mainly: red. Hex color #491D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491D14 is #B6E2EB. Grayscale: #292929. Windows color (decimal): -11985644 or 1318217. OLE color: 1318217.
HSL color Cylindrical-coordinate representation of color #491D14: hue angle of 10.19º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #491D14 is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 29 | 20 | - |
| CMYK | 0 | 0.60 | 0.73 | 0.71 |
| HSL | 10.19º | 0.57% | 0.18% | - |
| HSV(B) | 10.19º | 0.73% | 0.29% | - |
| XYZ | 3.31 | 2.35 | 0.94 | - |
| YUV | 41.13 | 116.08 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 29 | 20 | 0 | 0.60 | 0.73 | 0.71 | 10.19 | 0.57 | 0.18 |
| Hex | 49 | 1D | 14 | 0 | 3C | 49 | 47 | A | 39 | 12 |
| Octal | 111 | 35 | 24 | 0 | 74 | 111 | 107 | 12 | 71 | 22 |
| Binary | 1001001 | 11101 | 10100 | 0 | 111100 | 1001001 | 1000111 | 1010 | 111001 | 10010 |
Color Harmonies of #491D14
Complementary color
Monochromatic Colors of #491D14
Black with #491D14
Text Example
Text Example
White with #491D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491D14; }
p { color: rgb(73,29,20); }
H1.HeaderClassName
{
color: #491D14;
}
.AnyTagClassName
{
color: #491D14;
}
</style>
background-color css
<style>
a { background-color: #491D14; }
a { background-color: rgb(73,29,20); }
div.DivClassName
{
background-color: #491D14;
}
.BgClassName
{
background-color: #491D14;
}
</style>
border-color css
<style>
span { border-color: #491D14; }
span { border-color: rgb(73,29,20); }
td.TdClassName
{
border-color: #491D14;
}
.TagClassName
{
border-color: #491D14;
}
</style>