Shades of Brown Pod #491909
Tints of Brown Pod #491909
RGB
CMYK
RGB Variations
Color information
#491909 (or 0x491909) is known color: Brown Pod. HEX triplet: 49, 19 and 09. RGB value is (73,25,9). Sum of RGB (Red+Green+Blue) = 73+25+9=107 (14% of max value = 765). Red value is 73 (28.91% from 255 or 68.22% from 107); Green value is 25 (10.16% from 255 or 23.36% from 107); Blue value is 9 (3.91% from 255 or 8.41% from 107); Max value from RGB is 73 - color contains mainly: red. Hex color #491909 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491909 is #B6E6F6. Grayscale: #252525. Windows color (decimal): -11986679 or 596297. OLE color: 596297.
HSL color Cylindrical-coordinate representation of color #491909: hue angle of 15º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #491909 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 25 | 9 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.71 |
| HSL | 15º | 0.78% | 0.16% | - |
| HSV(B) | 15º | 0.88% | 0.29% | - |
| XYZ | 3.14 | 2.13 | 0.5 | - |
| YUV | 37.53 | 111.9 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 25 | 9 | 0 | 0.66 | 0.88 | 0.71 | 15 | 0.78 | 0.16 |
| Hex | 49 | 19 | 9 | 0 | 42 | 58 | 47 | F | 4E | 10 |
| Octal | 111 | 31 | 11 | 0 | 102 | 130 | 107 | 17 | 116 | 20 |
| Binary | 1001001 | 11001 | 1001 | 0 | 1000010 | 1011000 | 1000111 | 1111 | 1001110 | 10000 |
Color Harmonies of #491909
Complementary color
Monochromatic Colors of #491909
Black with #491909
Text Example
Text Example
White with #491909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491909; }
p { color: rgb(73,25,9); }
H1.HeaderClassName
{
color: #491909;
}
.AnyTagClassName
{
color: #491909;
}
</style>
background-color css
<style>
a { background-color: #491909; }
a { background-color: rgb(73,25,9); }
div.DivClassName
{
background-color: #491909;
}
.BgClassName
{
background-color: #491909;
}
</style>
border-color css
<style>
span { border-color: #491909; }
span { border-color: rgb(73,25,9); }
td.TdClassName
{
border-color: #491909;
}
.TagClassName
{
border-color: #491909;
}
</style>