Shades of Brown Pod #491705
Tints of Brown Pod #491705
RGB
CMYK
RGB Variations
Color information
#491705 (or 0x491705) is known color: Brown Pod. HEX triplet: 49, 17 and 05. RGB value is (73,23,5). Sum of RGB (Red+Green+Blue) = 73+23+5=101 (13% of max value = 765). Red value is 73 (28.91% from 255 or 72.28% from 101); Green value is 23 (9.38% from 255 or 22.77% from 101); Blue value is 5 (2.34% from 255 or 4.95% from 101); Max value from RGB is 73 - color contains mainly: red. Hex color #491705 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491705 is #B6E8FA. Grayscale: #242424. Windows color (decimal): -11987195 or 333641. OLE color: 333641.
HSL color Cylindrical-coordinate representation of color #491705: hue angle of 15.88º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #491705 is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 23 | 5 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.71 |
| HSL | 15.88º | 0.87% | 0.15% | - |
| HSV(B) | 15.88º | 0.93% | 0.29% | - |
| XYZ | 3.08 | 2.04 | 0.37 | - |
| YUV | 35.9 | 110.57 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 23 | 5 | 0 | 0.68 | 0.93 | 0.71 | 15.88 | 0.87 | 0.15 |
| Hex | 49 | 17 | 5 | 0 | 44 | 5D | 47 | 10 | 57 | F |
| Octal | 111 | 27 | 5 | 0 | 104 | 135 | 107 | 20 | 127 | 17 |
| Binary | 1001001 | 10111 | 101 | 0 | 1000100 | 1011101 | 1000111 | 10000 | 1010111 | 1111 |
Color Harmonies of #491705
Complementary color
Monochromatic Colors of #491705
Black with #491705
Text Example
Text Example
White with #491705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491705; }
p { color: rgb(73,23,5); }
H1.HeaderClassName
{
color: #491705;
}
.AnyTagClassName
{
color: #491705;
}
</style>
background-color css
<style>
a { background-color: #491705; }
a { background-color: rgb(73,23,5); }
div.DivClassName
{
background-color: #491705;
}
.BgClassName
{
background-color: #491705;
}
</style>
border-color css
<style>
span { border-color: #491705; }
span { border-color: rgb(73,23,5); }
td.TdClassName
{
border-color: #491705;
}
.TagClassName
{
border-color: #491705;
}
</style>