Shades of Indian Tan #492B13
Tints of Indian Tan #492B13
RGB
CMYK
RGB Variations
Color information
#492B13 (or 0x492B13) is known color: Indian Tan. HEX triplet: 49, 2B and 13. RGB value is (73,43,19). Sum of RGB (Red+Green+Blue) = 73+43+19=135 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.07% from 135); Green value is 43 (17.19% from 255 or 31.85% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 73 - color contains mainly: red. Hex color #492B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492B13 is #B6D4EC. Grayscale: #313131. Windows color (decimal): -11982061 or 1256265. OLE color: 1256265.
HSL color Cylindrical-coordinate representation of color #492B13: hue angle of 26.67º 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 #492B13 is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 43 | 19 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.71 |
| HSL | 26.67º | 0.59% | 0.18% | - |
| HSV(B) | 26.67º | 0.74% | 0.29% | - |
| XYZ | 3.73 | 3.19 | 1.04 | - |
| YUV | 49.23 | 110.94 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 43 | 19 | 0 | 0.41 | 0.74 | 0.71 | 26.67 | 0.59 | 0.18 |
| Hex | 49 | 2B | 13 | 0 | 29 | 4A | 47 | 1B | 3B | 12 |
| Octal | 111 | 53 | 23 | 0 | 51 | 112 | 107 | 33 | 73 | 22 |
| Binary | 1001001 | 101011 | 10011 | 0 | 101001 | 1001010 | 1000111 | 11011 | 111011 | 10010 |
Color Harmonies of #492B13
Complementary color
Monochromatic Colors of #492B13
Black with #492B13
Text Example
Text Example
White with #492B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492B13; }
p { color: rgb(73,43,19); }
H1.HeaderClassName
{
color: #492B13;
}
.AnyTagClassName
{
color: #492B13;
}
</style>
background-color css
<style>
a { background-color: #492B13; }
a { background-color: rgb(73,43,19); }
div.DivClassName
{
background-color: #492B13;
}
.BgClassName
{
background-color: #492B13;
}
</style>
border-color css
<style>
span { border-color: #492B13; }
span { border-color: rgb(73,43,19); }
td.TdClassName
{
border-color: #492B13;
}
.TagClassName
{
border-color: #492B13;
}
</style>