Shades of Indian Tan #49280F
Tints of Indian Tan #49280F
RGB
CMYK
RGB Variations
Color information
#49280F (or 0x49280F) is known color: Indian Tan. HEX triplet: 49, 28 and 0F. RGB value is (73,40,15). Sum of RGB (Red+Green+Blue) = 73+40+15=128 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.03% from 128); Green value is 40 (16.02% from 255 or 31.25% from 128); Blue value is 15 (6.25% from 255 or 11.72% from 128); Max value from RGB is 73 - color contains mainly: red. Hex color #49280F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49280F is #B6D7F0. Grayscale: #2F2F2F. Windows color (decimal): -11982833 or 993353. OLE color: 993353.
HSL color Cylindrical-coordinate representation of color #49280F: hue angle of 25.86º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #49280F is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 40 | 15 | - |
| CMYK | 0 | 0.45 | 0.79 | 0.71 |
| HSL | 25.86º | 0.66% | 0.17% | - |
| HSV(B) | 25.86º | 0.79% | 0.29% | - |
| XYZ | 3.59 | 2.97 | 0.84 | - |
| YUV | 47.02 | 109.93 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 40 | 15 | 0 | 0.45 | 0.79 | 0.71 | 25.86 | 0.66 | 0.17 |
| Hex | 49 | 28 | F | 0 | 2D | 4F | 47 | 1A | 42 | 11 |
| Octal | 111 | 50 | 17 | 0 | 55 | 117 | 107 | 32 | 102 | 21 |
| Binary | 1001001 | 101000 | 1111 | 0 | 101101 | 1001111 | 1000111 | 11010 | 1000010 | 10001 |
Color Harmonies of #49280F
Complementary color
Monochromatic Colors of #49280F
Black with #49280F
Text Example
Text Example
White with #49280F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49280F; }
p { color: rgb(73,40,15); }
H1.HeaderClassName
{
color: #49280F;
}
.AnyTagClassName
{
color: #49280F;
}
</style>
background-color css
<style>
a { background-color: #49280F; }
a { background-color: rgb(73,40,15); }
div.DivClassName
{
background-color: #49280F;
}
.BgClassName
{
background-color: #49280F;
}
</style>
border-color css
<style>
span { border-color: #49280F; }
span { border-color: rgb(73,40,15); }
td.TdClassName
{
border-color: #49280F;
}
.TagClassName
{
border-color: #49280F;
}
</style>