Shades of Brown Pod #491608
Tints of Brown Pod #491608
RGB
CMYK
RGB Variations
Color information
#491608 (or 0x491608) is known color: Brown Pod. HEX triplet: 49, 16 and 08. RGB value is (73,22,8). Sum of RGB (Red+Green+Blue) = 73+22+8=103 (13% of max value = 765). Red value is 73 (28.91% from 255 or 70.87% from 103); Green value is 22 (8.98% from 255 or 21.36% from 103); Blue value is 8 (3.52% from 255 or 7.77% from 103); Max value from RGB is 73 - color contains mainly: red. Hex color #491608 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491608 is #B6E9F7. Grayscale: #232323. Windows color (decimal): -11987448 or 529993. OLE color: 529993.
HSL color Cylindrical-coordinate representation of color #491608: hue angle of 12.92º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #491608 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 22 | 8 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.71 |
| HSL | 12.92º | 0.8% | 0.16% | - |
| HSV(B) | 12.92º | 0.89% | 0.29% | - |
| XYZ | 3.08 | 2.01 | 0.46 | - |
| YUV | 35.65 | 112.4 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 22 | 8 | 0 | 0.70 | 0.89 | 0.71 | 12.92 | 0.8 | 0.16 |
| Hex | 49 | 16 | 8 | 0 | 46 | 59 | 47 | D | 50 | 10 |
| Octal | 111 | 26 | 10 | 0 | 106 | 131 | 107 | 15 | 120 | 20 |
| Binary | 1001001 | 10110 | 1000 | 0 | 1000110 | 1011001 | 1000111 | 1101 | 1010000 | 10000 |
Color Harmonies of #491608
Complementary color
Monochromatic Colors of #491608
Black with #491608
Text Example
Text Example
White with #491608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491608; }
p { color: rgb(73,22,8); }
H1.HeaderClassName
{
color: #491608;
}
.AnyTagClassName
{
color: #491608;
}
</style>
background-color css
<style>
a { background-color: #491608; }
a { background-color: rgb(73,22,8); }
div.DivClassName
{
background-color: #491608;
}
.BgClassName
{
background-color: #491608;
}
</style>
border-color css
<style>
span { border-color: #491608; }
span { border-color: rgb(73,22,8); }
td.TdClassName
{
border-color: #491608;
}
.TagClassName
{
border-color: #491608;
}
</style>