Shades of Brown Pod #491F17
Tints of Brown Pod #491F17
RGB
CMYK
RGB Variations
Color information
#491F17 (or 0x491F17) is known color: Brown Pod. HEX triplet: 49, 1F and 17. RGB value is (73,31,23). Sum of RGB (Red+Green+Blue) = 73+31+23=127 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.48% from 127); Green value is 31 (12.5% from 255 or 24.41% from 127); Blue value is 23 (9.38% from 255 or 18.11% from 127); Max value from RGB is 73 - color contains mainly: red. Hex color #491F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491F17 is #B6E0E8. Grayscale: #2A2A2A. Windows color (decimal): -11985129 or 1515337. OLE color: 1515337.
HSL color Cylindrical-coordinate representation of color #491F17: hue angle of 9.6º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #491F17 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 31 | 23 | - |
| CMYK | 0 | 0.58 | 0.68 | 0.71 |
| HSL | 9.6º | 0.52% | 0.19% | - |
| HSV(B) | 9.6º | 0.68% | 0.29% | - |
| XYZ | 3.39 | 2.46 | 1.11 | - |
| YUV | 42.65 | 116.91 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 31 | 23 | 0 | 0.58 | 0.68 | 0.71 | 9.6 | 0.52 | 0.19 |
| Hex | 49 | 1F | 17 | 0 | 3A | 44 | 47 | A | 34 | 13 |
| Octal | 111 | 37 | 27 | 0 | 72 | 104 | 107 | 12 | 64 | 23 |
| Binary | 1001001 | 11111 | 10111 | 0 | 111010 | 1000100 | 1000111 | 1010 | 110100 | 10011 |
Color Harmonies of #491F17
Complementary color
Monochromatic Colors of #491F17
Black with #491F17
Text Example
Text Example
White with #491F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491F17; }
p { color: rgb(73,31,23); }
H1.HeaderClassName
{
color: #491F17;
}
.AnyTagClassName
{
color: #491F17;
}
</style>
background-color css
<style>
a { background-color: #491F17; }
a { background-color: rgb(73,31,23); }
div.DivClassName
{
background-color: #491F17;
}
.BgClassName
{
background-color: #491F17;
}
</style>
border-color css
<style>
span { border-color: #491F17; }
span { border-color: rgb(73,31,23); }
td.TdClassName
{
border-color: #491F17;
}
.TagClassName
{
border-color: #491F17;
}
</style>