Shades of Brown Pod #491911
Tints of Brown Pod #491911
RGB
CMYK
RGB Variations
Color information
#491911 (or 0x491911) is known color: Brown Pod. HEX triplet: 49, 19 and 11. RGB value is (73,25,17). Sum of RGB (Red+Green+Blue) = 73+25+17=115 (15% of max value = 765). Red value is 73 (28.91% from 255 or 63.48% from 115); Green value is 25 (10.16% from 255 or 21.74% from 115); Blue value is 17 (7.03% from 255 or 14.78% from 115); Max value from RGB is 73 - color contains mainly: red. Hex color #491911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491911 is #B6E6EE. Grayscale: #262626. Windows color (decimal): -11986671 or 1120585. OLE color: 1120585.
HSL color Cylindrical-coordinate representation of color #491911: hue angle of 8.57º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #491911 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 25 | 17 | - |
| CMYK | 0 | 0.66 | 0.77 | 0.71 |
| HSL | 8.57º | 0.62% | 0.18% | - |
| HSV(B) | 8.57º | 0.77% | 0.29% | - |
| XYZ | 3.2 | 2.15 | 0.78 | - |
| YUV | 38.44 | 115.9 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 25 | 17 | 0 | 0.66 | 0.77 | 0.71 | 8.57 | 0.62 | 0.18 |
| Hex | 49 | 19 | 11 | 0 | 42 | 4D | 47 | 9 | 3E | 12 |
| Octal | 111 | 31 | 21 | 0 | 102 | 115 | 107 | 11 | 76 | 22 |
| Binary | 1001001 | 11001 | 10001 | 0 | 1000010 | 1001101 | 1000111 | 1001 | 111110 | 10010 |
Color Harmonies of #491911
Complementary color
Monochromatic Colors of #491911
Black with #491911
Text Example
Text Example
White with #491911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491911; }
p { color: rgb(73,25,17); }
H1.HeaderClassName
{
color: #491911;
}
.AnyTagClassName
{
color: #491911;
}
</style>
background-color css
<style>
a { background-color: #491911; }
a { background-color: rgb(73,25,17); }
div.DivClassName
{
background-color: #491911;
}
.BgClassName
{
background-color: #491911;
}
</style>
border-color css
<style>
span { border-color: #491911; }
span { border-color: rgb(73,25,17); }
td.TdClassName
{
border-color: #491911;
}
.TagClassName
{
border-color: #491911;
}
</style>