Shades of Indian Tan #492A16
Tints of Indian Tan #492A16
RGB
CMYK
RGB Variations
Color information
#492A16 (or 0x492A16) is known color: Indian Tan. HEX triplet: 49, 2A and 16. RGB value is (73,42,22). Sum of RGB (Red+Green+Blue) = 73+42+22=137 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.28% from 137); Green value is 42 (16.80% from 255 or 30.66% from 137); Blue value is 22 (8.98% from 255 or 16.06% from 137); Max value from RGB is 73 - color contains mainly: red. Hex color #492A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492A16 is #B6D5E9. Grayscale: #313131. Windows color (decimal): -11982314 or 1452617. OLE color: 1452617.
HSL color Cylindrical-coordinate representation of color #492A16: hue angle of 23.53º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #492A16 is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 42 | 22 | - |
| CMYK | 0 | 0.42 | 0.70 | 0.71 |
| HSL | 23.53º | 0.54% | 0.19% | - |
| HSV(B) | 23.53º | 0.7% | 0.29% | - |
| XYZ | 3.72 | 3.13 | 1.17 | - |
| YUV | 48.99 | 112.77 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 42 | 22 | 0 | 0.42 | 0.70 | 0.71 | 23.53 | 0.54 | 0.19 |
| Hex | 49 | 2A | 16 | 0 | 2A | 46 | 47 | 18 | 36 | 13 |
| Octal | 111 | 52 | 26 | 0 | 52 | 106 | 107 | 30 | 66 | 23 |
| Binary | 1001001 | 101010 | 10110 | 0 | 101010 | 1000110 | 1000111 | 11000 | 110110 | 10011 |
Color Harmonies of #492A16
Complementary color
Monochromatic Colors of #492A16
Black with #492A16
Text Example
Text Example
White with #492A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492A16; }
p { color: rgb(73,42,22); }
H1.HeaderClassName
{
color: #492A16;
}
.AnyTagClassName
{
color: #492A16;
}
</style>
background-color css
<style>
a { background-color: #492A16; }
a { background-color: rgb(73,42,22); }
div.DivClassName
{
background-color: #492A16;
}
.BgClassName
{
background-color: #492A16;
}
</style>
border-color css
<style>
span { border-color: #492A16; }
span { border-color: rgb(73,42,22); }
td.TdClassName
{
border-color: #492A16;
}
.TagClassName
{
border-color: #492A16;
}
</style>