Shades of Indian Tan #492A13
Tints of Indian Tan #492A13
RGB
CMYK
RGB Variations
Color information
#492A13 (or 0x492A13) is known color: Indian Tan. HEX triplet: 49, 2A and 13. RGB value is (73,42,19). Sum of RGB (Red+Green+Blue) = 73+42+19=134 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.48% from 134); Green value is 42 (16.80% from 255 or 31.34% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 73 - color contains mainly: red. Hex color #492A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492A13 is #B6D5EC. Grayscale: #303030. Windows color (decimal): -11982317 or 1256009. OLE color: 1256009.
HSL color Cylindrical-coordinate representation of color #492A13: hue angle of 25.56º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #492A13 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 42 | 19 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.71 |
| HSL | 25.56º | 0.59% | 0.18% | - |
| HSV(B) | 25.56º | 0.74% | 0.29% | - |
| XYZ | 3.69 | 3.12 | 1.02 | - |
| YUV | 48.65 | 111.27 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 42 | 19 | 0 | 0.42 | 0.74 | 0.71 | 25.56 | 0.59 | 0.18 |
| Hex | 49 | 2A | 13 | 0 | 2A | 4A | 47 | 1A | 3B | 12 |
| Octal | 111 | 52 | 23 | 0 | 52 | 112 | 107 | 32 | 73 | 22 |
| Binary | 1001001 | 101010 | 10011 | 0 | 101010 | 1001010 | 1000111 | 11010 | 111011 | 10010 |
Color Harmonies of #492A13
Complementary color
Monochromatic Colors of #492A13
Black with #492A13
Text Example
Text Example
White with #492A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492A13; }
p { color: rgb(73,42,19); }
H1.HeaderClassName
{
color: #492A13;
}
.AnyTagClassName
{
color: #492A13;
}
</style>
background-color css
<style>
a { background-color: #492A13; }
a { background-color: rgb(73,42,19); }
div.DivClassName
{
background-color: #492A13;
}
.BgClassName
{
background-color: #492A13;
}
</style>
border-color css
<style>
span { border-color: #492A13; }
span { border-color: rgb(73,42,19); }
td.TdClassName
{
border-color: #492A13;
}
.TagClassName
{
border-color: #492A13;
}
</style>