Shades of Brown Pod #491709
Tints of Brown Pod #491709
RGB
CMYK
RGB Variations
Color information
#491709 (or 0x491709) is known color: Brown Pod. HEX triplet: 49, 17 and 09. RGB value is (73,23,9). Sum of RGB (Red+Green+Blue) = 73+23+9=105 (13% of max value = 765). Red value is 73 (28.91% from 255 or 69.52% from 105); Green value is 23 (9.38% from 255 or 21.90% from 105); Blue value is 9 (3.91% from 255 or 8.57% from 105); Max value from RGB is 73 - color contains mainly: red. Hex color #491709 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491709 is #B6E8F6. Grayscale: #242424. Windows color (decimal): -11987191 or 595785. OLE color: 595785.
HSL color Cylindrical-coordinate representation of color #491709: hue angle of 13.12º 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 #491709 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 23 | 9 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.71 |
| HSL | 13.13º | 0.78% | 0.16% | - |
| HSV(B) | 13.13º | 0.88% | 0.29% | - |
| XYZ | 3.1 | 2.05 | 0.49 | - |
| YUV | 36.35 | 112.57 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 23 | 9 | 0 | 0.68 | 0.88 | 0.71 | 13.13 | 0.78 | 0.16 |
| Hex | 49 | 17 | 9 | 0 | 44 | 58 | 47 | D | 4E | 10 |
| Octal | 111 | 27 | 11 | 0 | 104 | 130 | 107 | 15 | 116 | 20 |
| Binary | 1001001 | 10111 | 1001 | 0 | 1000100 | 1011000 | 1000111 | 1101 | 1001110 | 10000 |
Color Harmonies of #491709
Complementary color
Monochromatic Colors of #491709
Black with #491709
Text Example
Text Example
White with #491709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491709; }
p { color: rgb(73,23,9); }
H1.HeaderClassName
{
color: #491709;
}
.AnyTagClassName
{
color: #491709;
}
</style>
background-color css
<style>
a { background-color: #491709; }
a { background-color: rgb(73,23,9); }
div.DivClassName
{
background-color: #491709;
}
.BgClassName
{
background-color: #491709;
}
</style>
border-color css
<style>
span { border-color: #491709; }
span { border-color: rgb(73,23,9); }
td.TdClassName
{
border-color: #491709;
}
.TagClassName
{
border-color: #491709;
}
</style>