Shades of Brown Pod #491D09
Tints of Brown Pod #491D09
RGB
CMYK
RGB Variations
Color information
#491D09 (or 0x491D09) is known color: Brown Pod. HEX triplet: 49, 1D and 09. RGB value is (73,29,9). Sum of RGB (Red+Green+Blue) = 73+29+9=111 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.77% from 111); Green value is 29 (11.72% from 255 or 26.13% from 111); Blue value is 9 (3.91% from 255 or 8.11% from 111); Max value from RGB is 73 - color contains mainly: red. Hex color #491D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491D09 is #B6E2F6. Grayscale: #282828. Windows color (decimal): -11985655 or 597321. OLE color: 597321.
HSL color Cylindrical-coordinate representation of color #491D09: hue angle of 18.75º 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 #491D09 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 29 | 9 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.71 |
| HSL | 18.75º | 0.78% | 0.16% | - |
| HSV(B) | 18.75º | 0.88% | 0.29% | - |
| XYZ | 3.24 | 2.31 | 0.53 | - |
| YUV | 39.88 | 110.58 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 29 | 9 | 0 | 0.60 | 0.88 | 0.71 | 18.75 | 0.78 | 0.16 |
| Hex | 49 | 1D | 9 | 0 | 3C | 58 | 47 | 13 | 4E | 10 |
| Octal | 111 | 35 | 11 | 0 | 74 | 130 | 107 | 23 | 116 | 20 |
| Binary | 1001001 | 11101 | 1001 | 0 | 111100 | 1011000 | 1000111 | 10011 | 1001110 | 10000 |
Color Harmonies of #491D09
Complementary color
Monochromatic Colors of #491D09
Black with #491D09
Text Example
Text Example
White with #491D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491D09; }
p { color: rgb(73,29,9); }
H1.HeaderClassName
{
color: #491D09;
}
.AnyTagClassName
{
color: #491D09;
}
</style>
background-color css
<style>
a { background-color: #491D09; }
a { background-color: rgb(73,29,9); }
div.DivClassName
{
background-color: #491D09;
}
.BgClassName
{
background-color: #491D09;
}
</style>
border-color css
<style>
span { border-color: #491D09; }
span { border-color: rgb(73,29,9); }
td.TdClassName
{
border-color: #491D09;
}
.TagClassName
{
border-color: #491D09;
}
</style>