Shades of Indian Tan #49260E
Tints of Indian Tan #49260E
RGB
CMYK
RGB Variations
Color information
#49260E (or 0x49260E) is known color: Indian Tan. HEX triplet: 49, 26 and 0E. RGB value is (73,38,14). Sum of RGB (Red+Green+Blue) = 73+38+14=125 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.4% from 125); Green value is 38 (15.23% from 255 or 30.4% from 125); Blue value is 14 (5.86% from 255 or 11.2% from 125); Max value from RGB is 73 - color contains mainly: red. Hex color #49260E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49260E is #B6D9F1. Grayscale: #2D2D2D. Windows color (decimal): -11983346 or 927305. OLE color: 927305.
HSL color Cylindrical-coordinate representation of color #49260E: hue angle of 24.41º 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 #49260E is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 38 | 14 | - |
| CMYK | 0 | 0.48 | 0.81 | 0.71 |
| HSL | 24.41º | 0.68% | 0.17% | - |
| HSV(B) | 24.41º | 0.81% | 0.29% | - |
| XYZ | 3.52 | 2.83 | 0.78 | - |
| YUV | 45.73 | 110.1 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 38 | 14 | 0 | 0.48 | 0.81 | 0.71 | 24.41 | 0.68 | 0.17 |
| Hex | 49 | 26 | E | 0 | 30 | 51 | 47 | 18 | 44 | 11 |
| Octal | 111 | 46 | 16 | 0 | 60 | 121 | 107 | 30 | 104 | 21 |
| Binary | 1001001 | 100110 | 1110 | 0 | 110000 | 1010001 | 1000111 | 11000 | 1000100 | 10001 |
Color Harmonies of #49260E
Complementary color
Monochromatic Colors of #49260E
Black with #49260E
Text Example
Text Example
White with #49260E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49260E; }
p { color: rgb(73,38,14); }
H1.HeaderClassName
{
color: #49260E;
}
.AnyTagClassName
{
color: #49260E;
}
</style>
background-color css
<style>
a { background-color: #49260E; }
a { background-color: rgb(73,38,14); }
div.DivClassName
{
background-color: #49260E;
}
.BgClassName
{
background-color: #49260E;
}
</style>
border-color css
<style>
span { border-color: #49260E; }
span { border-color: rgb(73,38,14); }
td.TdClassName
{
border-color: #49260E;
}
.TagClassName
{
border-color: #49260E;
}
</style>