Shades of Brown Pod #491D0E
Tints of Brown Pod #491D0E
RGB
CMYK
RGB Variations
Color information
#491D0E (or 0x491D0E) is known color: Brown Pod. HEX triplet: 49, 1D and 0E. RGB value is (73,29,14). Sum of RGB (Red+Green+Blue) = 73+29+14=116 (15% of max value = 765). Red value is 73 (28.91% from 255 or 62.93% from 116); Green value is 29 (11.72% from 255 or 25% from 116); Blue value is 14 (5.86% from 255 or 12.07% from 116); Max value from RGB is 73 - color contains mainly: red. Hex color #491D0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491D0E is #B6E2F1. Grayscale: #282828. Windows color (decimal): -11985650 or 925001. OLE color: 925001.
HSL color Cylindrical-coordinate representation of color #491D0E: hue angle of 15.25º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #491D0E is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 29 | 14 | - |
| CMYK | 0 | 0.60 | 0.81 | 0.71 |
| HSL | 15.25º | 0.68% | 0.17% | - |
| HSV(B) | 15.25º | 0.81% | 0.29% | - |
| XYZ | 3.27 | 2.33 | 0.69 | - |
| YUV | 40.45 | 113.08 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 29 | 14 | 0 | 0.60 | 0.81 | 0.71 | 15.25 | 0.68 | 0.17 |
| Hex | 49 | 1D | E | 0 | 3C | 51 | 47 | F | 44 | 11 |
| Octal | 111 | 35 | 16 | 0 | 74 | 121 | 107 | 17 | 104 | 21 |
| Binary | 1001001 | 11101 | 1110 | 0 | 111100 | 1010001 | 1000111 | 1111 | 1000100 | 10001 |
Color Harmonies of #491D0E
Complementary color
Monochromatic Colors of #491D0E
Black with #491D0E
Text Example
Text Example
White with #491D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491D0E; }
p { color: rgb(73,29,14); }
H1.HeaderClassName
{
color: #491D0E;
}
.AnyTagClassName
{
color: #491D0E;
}
</style>
background-color css
<style>
a { background-color: #491D0E; }
a { background-color: rgb(73,29,14); }
div.DivClassName
{
background-color: #491D0E;
}
.BgClassName
{
background-color: #491D0E;
}
</style>
border-color css
<style>
span { border-color: #491D0E; }
span { border-color: rgb(73,29,14); }
td.TdClassName
{
border-color: #491D0E;
}
.TagClassName
{
border-color: #491D0E;
}
</style>