Shades of Brown Pod #491C0E
Tints of Brown Pod #491C0E
RGB
CMYK
RGB Variations
Color information
#491C0E (or 0x491C0E) is known color: Brown Pod. HEX triplet: 49, 1C and 0E. RGB value is (73,28,14). Sum of RGB (Red+Green+Blue) = 73+28+14=115 (15% of max value = 765). Red value is 73 (28.91% from 255 or 63.48% from 115); Green value is 28 (11.33% from 255 or 24.35% from 115); Blue value is 14 (5.86% from 255 or 12.17% from 115); Max value from RGB is 73 - color contains mainly: red. Hex color #491C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491C0E is #B6E3F1. Grayscale: #272727. Windows color (decimal): -11985906 or 924745. OLE color: 924745.
HSL color Cylindrical-coordinate representation of color #491C0E: hue angle of 14.24º 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 #491C0E is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 28 | 14 | - |
| CMYK | 0 | 0.62 | 0.81 | 0.71 |
| HSL | 14.24º | 0.68% | 0.17% | - |
| HSV(B) | 14.24º | 0.81% | 0.29% | - |
| XYZ | 3.24 | 2.28 | 0.68 | - |
| YUV | 39.86 | 113.41 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 28 | 14 | 0 | 0.62 | 0.81 | 0.71 | 14.24 | 0.68 | 0.17 |
| Hex | 49 | 1C | E | 0 | 3E | 51 | 47 | E | 44 | 11 |
| Octal | 111 | 34 | 16 | 0 | 76 | 121 | 107 | 16 | 104 | 21 |
| Binary | 1001001 | 11100 | 1110 | 0 | 111110 | 1010001 | 1000111 | 1110 | 1000100 | 10001 |
Color Harmonies of #491C0E
Complementary color
Monochromatic Colors of #491C0E
Black with #491C0E
Text Example
Text Example
White with #491C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491C0E; }
p { color: rgb(73,28,14); }
H1.HeaderClassName
{
color: #491C0E;
}
.AnyTagClassName
{
color: #491C0E;
}
</style>
background-color css
<style>
a { background-color: #491C0E; }
a { background-color: rgb(73,28,14); }
div.DivClassName
{
background-color: #491C0E;
}
.BgClassName
{
background-color: #491C0E;
}
</style>
border-color css
<style>
span { border-color: #491C0E; }
span { border-color: rgb(73,28,14); }
td.TdClassName
{
border-color: #491C0E;
}
.TagClassName
{
border-color: #491C0E;
}
</style>