Shades of Brown Pod #491E0C
Tints of Brown Pod #491E0C
RGB
CMYK
RGB Variations
Color information
#491E0C (or 0x491E0C) is known color: Brown Pod. HEX triplet: 49, 1E and 0C. RGB value is (73,30,12). Sum of RGB (Red+Green+Blue) = 73+30+12=115 (15% of max value = 765). Red value is 73 (28.91% from 255 or 63.48% from 115); Green value is 30 (12.11% from 255 or 26.09% from 115); Blue value is 12 (5.08% from 255 or 10.43% from 115); Max value from RGB is 73 - color contains mainly: red. Hex color #491E0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491E0C is #B6E1F3. Grayscale: #282828. Windows color (decimal): -11985396 or 794185. OLE color: 794185.
HSL color Cylindrical-coordinate representation of color #491E0C: hue angle of 17.7º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #491E0C is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 30 | 12 | - |
| CMYK | 0 | 0.59 | 0.84 | 0.71 |
| HSL | 17.7º | 0.72% | 0.17% | - |
| HSV(B) | 17.7º | 0.84% | 0.29% | - |
| XYZ | 3.28 | 2.37 | 0.63 | - |
| YUV | 40.81 | 111.75 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 30 | 12 | 0 | 0.59 | 0.84 | 0.71 | 17.7 | 0.72 | 0.17 |
| Hex | 49 | 1E | C | 0 | 3B | 54 | 47 | 12 | 48 | 11 |
| Octal | 111 | 36 | 14 | 0 | 73 | 124 | 107 | 22 | 110 | 21 |
| Binary | 1001001 | 11110 | 1100 | 0 | 111011 | 1010100 | 1000111 | 10010 | 1001000 | 10001 |
Color Harmonies of #491E0C
Complementary color
Monochromatic Colors of #491E0C
Black with #491E0C
Text Example
Text Example
White with #491E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491E0C; }
p { color: rgb(73,30,12); }
H1.HeaderClassName
{
color: #491E0C;
}
.AnyTagClassName
{
color: #491E0C;
}
</style>
background-color css
<style>
a { background-color: #491E0C; }
a { background-color: rgb(73,30,12); }
div.DivClassName
{
background-color: #491E0C;
}
.BgClassName
{
background-color: #491E0C;
}
</style>
border-color css
<style>
span { border-color: #491E0C; }
span { border-color: rgb(73,30,12); }
td.TdClassName
{
border-color: #491E0C;
}
.TagClassName
{
border-color: #491E0C;
}
</style>