Shades of Indian Tan #492B0F
Tints of Indian Tan #492B0F
RGB
CMYK
RGB Variations
Color information
#492B0F (or 0x492B0F) is known color: Indian Tan. HEX triplet: 49, 2B and 0F. RGB value is (73,43,15). Sum of RGB (Red+Green+Blue) = 73+43+15=131 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.73% from 131); Green value is 43 (17.19% from 255 or 32.82% from 131); Blue value is 15 (6.25% from 255 or 11.45% from 131); Max value from RGB is 73 - color contains mainly: red. Hex color #492B0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492B0F is #B6D4F0. Grayscale: #303030. Windows color (decimal): -11982065 or 994121. OLE color: 994121.
HSL color Cylindrical-coordinate representation of color #492B0F: hue angle of 28.97º 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 #492B0F is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 43 | 15 | - |
| CMYK | 0 | 0.41 | 0.79 | 0.71 |
| HSL | 28.97º | 0.66% | 0.17% | - |
| HSV(B) | 28.97º | 0.79% | 0.29% | - |
| XYZ | 3.7 | 3.18 | 0.87 | - |
| YUV | 48.78 | 108.94 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 43 | 15 | 0 | 0.41 | 0.79 | 0.71 | 28.97 | 0.66 | 0.17 |
| Hex | 49 | 2B | F | 0 | 29 | 4F | 47 | 1D | 42 | 11 |
| Octal | 111 | 53 | 17 | 0 | 51 | 117 | 107 | 35 | 102 | 21 |
| Binary | 1001001 | 101011 | 1111 | 0 | 101001 | 1001111 | 1000111 | 11101 | 1000010 | 10001 |
Color Harmonies of #492B0F
Complementary color
Monochromatic Colors of #492B0F
Black with #492B0F
Text Example
Text Example
White with #492B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492B0F; }
p { color: rgb(73,43,15); }
H1.HeaderClassName
{
color: #492B0F;
}
.AnyTagClassName
{
color: #492B0F;
}
</style>
background-color css
<style>
a { background-color: #492B0F; }
a { background-color: rgb(73,43,15); }
div.DivClassName
{
background-color: #492B0F;
}
.BgClassName
{
background-color: #492B0F;
}
</style>
border-color css
<style>
span { border-color: #492B0F; }
span { border-color: rgb(73,43,15); }
td.TdClassName
{
border-color: #492B0F;
}
.TagClassName
{
border-color: #492B0F;
}
</style>