Shades of Brown Pod #491A09
Tints of Brown Pod #491A09
RGB
CMYK
RGB Variations
Color information
#491A09 (or 0x491A09) is known color: Brown Pod. HEX triplet: 49, 1A and 09. RGB value is (73,26,9). Sum of RGB (Red+Green+Blue) = 73+26+9=108 (14% of max value = 765). Red value is 73 (28.91% from 255 or 67.59% from 108); Green value is 26 (10.55% from 255 or 24.07% from 108); Blue value is 9 (3.91% from 255 or 8.33% from 108); Max value from RGB is 73 - color contains mainly: red. Hex color #491A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491A09 is #B6E5F6. Grayscale: #262626. Windows color (decimal): -11986423 or 596553. OLE color: 596553.
HSL color Cylindrical-coordinate representation of color #491A09: hue angle of 15.94º 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 #491A09 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 26 | 9 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.71 |
| HSL | 15.94º | 0.78% | 0.16% | - |
| HSV(B) | 15.94º | 0.88% | 0.29% | - |
| XYZ | 3.17 | 2.17 | 0.51 | - |
| YUV | 38.12 | 111.57 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 26 | 9 | 0 | 0.64 | 0.88 | 0.71 | 15.94 | 0.78 | 0.16 |
| Hex | 49 | 1A | 9 | 0 | 40 | 58 | 47 | 10 | 4E | 10 |
| Octal | 111 | 32 | 11 | 0 | 100 | 130 | 107 | 20 | 116 | 20 |
| Binary | 1001001 | 11010 | 1001 | 0 | 1000000 | 1011000 | 1000111 | 10000 | 1001110 | 10000 |
Color Harmonies of #491A09
Complementary color
Monochromatic Colors of #491A09
Black with #491A09
Text Example
Text Example
White with #491A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491A09; }
p { color: rgb(73,26,9); }
H1.HeaderClassName
{
color: #491A09;
}
.AnyTagClassName
{
color: #491A09;
}
</style>
background-color css
<style>
a { background-color: #491A09; }
a { background-color: rgb(73,26,9); }
div.DivClassName
{
background-color: #491A09;
}
.BgClassName
{
background-color: #491A09;
}
</style>
border-color css
<style>
span { border-color: #491A09; }
span { border-color: rgb(73,26,9); }
td.TdClassName
{
border-color: #491A09;
}
.TagClassName
{
border-color: #491A09;
}
</style>