Shades of Indian Tan #492811
Tints of Indian Tan #492811
RGB
CMYK
RGB Variations
Color information
#492811 (or 0x492811) is known color: Indian Tan. HEX triplet: 49, 28 and 11. RGB value is (73,40,17). Sum of RGB (Red+Green+Blue) = 73+40+17=130 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.15% from 130); Green value is 40 (16.02% from 255 or 30.77% from 130); Blue value is 17 (7.03% from 255 or 13.08% from 130); Max value from RGB is 73 - color contains mainly: red. Hex color #492811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492811 is #B6D7EE. Grayscale: #2F2F2F. Windows color (decimal): -11982831 or 1124425. OLE color: 1124425.
HSL color Cylindrical-coordinate representation of color #492811: hue angle of 24.64º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #492811 is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 40 | 17 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.71 |
| HSL | 24.64º | 0.62% | 0.18% | - |
| HSV(B) | 24.64º | 0.77% | 0.29% | - |
| XYZ | 3.61 | 2.97 | 0.91 | - |
| YUV | 47.25 | 110.93 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 40 | 17 | 0 | 0.45 | 0.77 | 0.71 | 24.64 | 0.62 | 0.18 |
| Hex | 49 | 28 | 11 | 0 | 2D | 4D | 47 | 19 | 3E | 12 |
| Octal | 111 | 50 | 21 | 0 | 55 | 115 | 107 | 31 | 76 | 22 |
| Binary | 1001001 | 101000 | 10001 | 0 | 101101 | 1001101 | 1000111 | 11001 | 111110 | 10010 |
Color Harmonies of #492811
Complementary color
Monochromatic Colors of #492811
Black with #492811
Text Example
Text Example
White with #492811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492811; }
p { color: rgb(73,40,17); }
H1.HeaderClassName
{
color: #492811;
}
.AnyTagClassName
{
color: #492811;
}
</style>
background-color css
<style>
a { background-color: #492811; }
a { background-color: rgb(73,40,17); }
div.DivClassName
{
background-color: #492811;
}
.BgClassName
{
background-color: #492811;
}
</style>
border-color css
<style>
span { border-color: #492811; }
span { border-color: rgb(73,40,17); }
td.TdClassName
{
border-color: #492811;
}
.TagClassName
{
border-color: #492811;
}
</style>