Shades of Brown Pod #491700
Tints of Brown Pod #491700
RGB
CMYK
RGB Variations
Color information
#491700 (or 0x491700) is known color: Brown Pod. HEX triplet: 49, 17 and 00. RGB value is (73,23,0). Sum of RGB (Red+Green+Blue) = 73+23+0=96 (12% of max value = 765). Red value is 73 (28.91% from 255 or 76.04% from 96); Green value is 23 (9.38% from 255 or 23.96% from 96); Blue value is 0 (0.39% from 255 or 0% from 96); Max value from RGB is 73 - color contains mainly: red. Hex color #491700 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491700 is #B6E8FF. Grayscale: #232323. Windows color (decimal): -11987200 or 5961. OLE color: 5961.
HSL color Cylindrical-coordinate representation of color #491700: hue angle of 18.9º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #491700 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 23 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.71 |
| HSL | 18.9º | 1% | 0.14% | - |
| HSV(B) | 18.9º | 1% | 0.29% | - |
| XYZ | 3.05 | 2.03 | 0.23 | - |
| YUV | 35.33 | 108.07 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 23 | 0 | 0 | 0.68 | 1 | 0.71 | 18.9 | 1 | 0.14 |
| Hex | 49 | 17 | 0 | 0 | 44 | 64 | 47 | 13 | 64 | E |
| Octal | 111 | 27 | 0 | 0 | 104 | 144 | 107 | 23 | 144 | 16 |
| Binary | 1001001 | 10111 | 0 | 0 | 1000100 | 1100100 | 1000111 | 10011 | 1100100 | 1110 |
Color Harmonies of #491700
Complementary color
Monochromatic Colors of #491700
Black with #491700
Text Example
Text Example
White with #491700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491700; }
p { color: rgb(73,23,0); }
H1.HeaderClassName
{
color: #491700;
}
.AnyTagClassName
{
color: #491700;
}
</style>
background-color css
<style>
a { background-color: #491700; }
a { background-color: rgb(73,23,0); }
div.DivClassName
{
background-color: #491700;
}
.BgClassName
{
background-color: #491700;
}
</style>
border-color css
<style>
span { border-color: #491700; }
span { border-color: rgb(73,23,0); }
td.TdClassName
{
border-color: #491700;
}
.TagClassName
{
border-color: #491700;
}
</style>