Shades of Indian Tan #49280E
Tints of Indian Tan #49280E
RGB
CMYK
RGB Variations
Color information
#49280E (or 0x49280E) is known color: Indian Tan. HEX triplet: 49, 28 and 0E. RGB value is (73,40,14). Sum of RGB (Red+Green+Blue) = 73+40+14=127 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.48% from 127); Green value is 40 (16.02% from 255 or 31.50% from 127); Blue value is 14 (5.86% from 255 or 11.02% from 127); Max value from RGB is 73 - color contains mainly: red. Hex color #49280E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49280E is #B6D7F1. Grayscale: #2F2F2F. Windows color (decimal): -11982834 or 927817. OLE color: 927817.
HSL color Cylindrical-coordinate representation of color #49280E: hue angle of 26.44º 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 #49280E is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 40 | 14 | - |
| CMYK | 0 | 0.45 | 0.81 | 0.71 |
| HSL | 26.44º | 0.68% | 0.17% | - |
| HSV(B) | 26.44º | 0.81% | 0.29% | - |
| XYZ | 3.59 | 2.97 | 0.8 | - |
| YUV | 46.9 | 109.43 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 40 | 14 | 0 | 0.45 | 0.81 | 0.71 | 26.44 | 0.68 | 0.17 |
| Hex | 49 | 28 | E | 0 | 2D | 51 | 47 | 1A | 44 | 11 |
| Octal | 111 | 50 | 16 | 0 | 55 | 121 | 107 | 32 | 104 | 21 |
| Binary | 1001001 | 101000 | 1110 | 0 | 101101 | 1010001 | 1000111 | 11010 | 1000100 | 10001 |
Color Harmonies of #49280E
Complementary color
Monochromatic Colors of #49280E
Black with #49280E
Text Example
Text Example
White with #49280E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49280E; }
p { color: rgb(73,40,14); }
H1.HeaderClassName
{
color: #49280E;
}
.AnyTagClassName
{
color: #49280E;
}
</style>
background-color css
<style>
a { background-color: #49280E; }
a { background-color: rgb(73,40,14); }
div.DivClassName
{
background-color: #49280E;
}
.BgClassName
{
background-color: #49280E;
}
</style>
border-color css
<style>
span { border-color: #49280E; }
span { border-color: rgb(73,40,14); }
td.TdClassName
{
border-color: #49280E;
}
.TagClassName
{
border-color: #49280E;
}
</style>