Shades of Indian Tan #49290E
Tints of Indian Tan #49290E
RGB
CMYK
RGB Variations
Color information
#49290E (or 0x49290E) is known color: Indian Tan. HEX triplet: 49, 29 and 0E. RGB value is (73,41,14). Sum of RGB (Red+Green+Blue) = 73+41+14=128 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.03% from 128); Green value is 41 (16.41% from 255 or 32.03% from 128); Blue value is 14 (5.86% from 255 or 10.94% from 128); Max value from RGB is 73 - color contains mainly: red. Hex color #49290E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49290E is #B6D6F1. Grayscale: #2F2F2F. Windows color (decimal): -11982578 or 928073. OLE color: 928073.
HSL color Cylindrical-coordinate representation of color #49290E: hue angle of 27.46º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #49290E is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 41 | 14 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.71 |
| HSL | 27.46º | 0.68% | 0.17% | - |
| HSV(B) | 27.46º | 0.81% | 0.29% | - |
| XYZ | 3.62 | 3.03 | 0.81 | - |
| YUV | 47.49 | 109.1 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 41 | 14 | 0 | 0.44 | 0.81 | 0.71 | 27.46 | 0.68 | 0.17 |
| Hex | 49 | 29 | E | 0 | 2C | 51 | 47 | 1B | 44 | 11 |
| Octal | 111 | 51 | 16 | 0 | 54 | 121 | 107 | 33 | 104 | 21 |
| Binary | 1001001 | 101001 | 1110 | 0 | 101100 | 1010001 | 1000111 | 11011 | 1000100 | 10001 |
Color Harmonies of #49290E
Complementary color
Monochromatic Colors of #49290E
Black with #49290E
Text Example
Text Example
White with #49290E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49290E; }
p { color: rgb(73,41,14); }
H1.HeaderClassName
{
color: #49290E;
}
.AnyTagClassName
{
color: #49290E;
}
</style>
background-color css
<style>
a { background-color: #49290E; }
a { background-color: rgb(73,41,14); }
div.DivClassName
{
background-color: #49290E;
}
.BgClassName
{
background-color: #49290E;
}
</style>
border-color css
<style>
span { border-color: #49290E; }
span { border-color: rgb(73,41,14); }
td.TdClassName
{
border-color: #49290E;
}
.TagClassName
{
border-color: #49290E;
}
</style>