Shades of Indian Tan #49260C
Tints of Indian Tan #49260C
RGB
CMYK
RGB Variations
Color information
#49260C (or 0x49260C) is known color: Indian Tan. HEX triplet: 49, 26 and 0C. RGB value is (73,38,12). Sum of RGB (Red+Green+Blue) = 73+38+12=123 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.35% from 123); Green value is 38 (15.23% from 255 or 30.89% from 123); Blue value is 12 (5.08% from 255 or 9.76% from 123); Max value from RGB is 73 - color contains mainly: red. Hex color #49260C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49260C is #B6D9F3. Grayscale: #2D2D2D. Windows color (decimal): -11983348 or 796233. OLE color: 796233.
HSL color Cylindrical-coordinate representation of color #49260C: hue angle of 25.57º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #49260C is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 38 | 12 | - |
| CMYK | 0 | 0.48 | 0.84 | 0.71 |
| HSL | 25.57º | 0.72% | 0.17% | - |
| HSV(B) | 25.57º | 0.84% | 0.29% | - |
| XYZ | 3.51 | 2.83 | 0.71 | - |
| YUV | 45.5 | 109.1 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 38 | 12 | 0 | 0.48 | 0.84 | 0.71 | 25.57 | 0.72 | 0.17 |
| Hex | 49 | 26 | C | 0 | 30 | 54 | 47 | 1A | 48 | 11 |
| Octal | 111 | 46 | 14 | 0 | 60 | 124 | 107 | 32 | 110 | 21 |
| Binary | 1001001 | 100110 | 1100 | 0 | 110000 | 1010100 | 1000111 | 11010 | 1001000 | 10001 |
Color Harmonies of #49260C
Complementary color
Monochromatic Colors of #49260C
Black with #49260C
Text Example
Text Example
White with #49260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49260C; }
p { color: rgb(73,38,12); }
H1.HeaderClassName
{
color: #49260C;
}
.AnyTagClassName
{
color: #49260C;
}
</style>
background-color css
<style>
a { background-color: #49260C; }
a { background-color: rgb(73,38,12); }
div.DivClassName
{
background-color: #49260C;
}
.BgClassName
{
background-color: #49260C;
}
</style>
border-color css
<style>
span { border-color: #49260C; }
span { border-color: rgb(73,38,12); }
td.TdClassName
{
border-color: #49260C;
}
.TagClassName
{
border-color: #49260C;
}
</style>