Shades of Indian Tan #492C16
Tints of Indian Tan #492C16
RGB
CMYK
RGB Variations
Color information
#492C16 (or 0x492C16) is known color: Indian Tan. HEX triplet: 49, 2C and 16. RGB value is (73,44,22). Sum of RGB (Red+Green+Blue) = 73+44+22=139 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.52% from 139); Green value is 44 (17.58% from 255 or 31.65% from 139); Blue value is 22 (8.98% from 255 or 15.83% from 139); Max value from RGB is 73 - color contains mainly: red. Hex color #492C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492C16 is #B6D3E9. Grayscale: #323232. Windows color (decimal): -11981802 or 1453129. OLE color: 1453129.
HSL color Cylindrical-coordinate representation of color #492C16: hue angle of 25.88º 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 #492C16 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 44 | 22 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.71 |
| HSL | 25.88º | 0.54% | 0.19% | - |
| HSV(B) | 25.88º | 0.7% | 0.29% | - |
| XYZ | 3.79 | 3.28 | 1.19 | - |
| YUV | 50.16 | 112.11 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 44 | 22 | 0 | 0.40 | 0.70 | 0.71 | 25.88 | 0.54 | 0.19 |
| Hex | 49 | 2C | 16 | 0 | 28 | 46 | 47 | 1A | 36 | 13 |
| Octal | 111 | 54 | 26 | 0 | 50 | 106 | 107 | 32 | 66 | 23 |
| Binary | 1001001 | 101100 | 10110 | 0 | 101000 | 1000110 | 1000111 | 11010 | 110110 | 10011 |
Color Harmonies of #492C16
Complementary color
Monochromatic Colors of #492C16
Black with #492C16
Text Example
Text Example
White with #492C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492C16; }
p { color: rgb(73,44,22); }
H1.HeaderClassName
{
color: #492C16;
}
.AnyTagClassName
{
color: #492C16;
}
</style>
background-color css
<style>
a { background-color: #492C16; }
a { background-color: rgb(73,44,22); }
div.DivClassName
{
background-color: #492C16;
}
.BgClassName
{
background-color: #492C16;
}
</style>
border-color css
<style>
span { border-color: #492C16; }
span { border-color: rgb(73,44,22); }
td.TdClassName
{
border-color: #492C16;
}
.TagClassName
{
border-color: #492C16;
}
</style>