Shades of Indian Tan #492D1C
Tints of Indian Tan #492D1C
RGB
CMYK
RGB Variations
Color information
#492D1C (or 0x492D1C) is known color: Indian Tan. HEX triplet: 49, 2D and 1C. RGB value is (73,45,28). Sum of RGB (Red+Green+Blue) = 73+45+28=146 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50% from 146); Green value is 45 (17.97% from 255 or 30.82% from 146); Blue value is 28 (11.33% from 255 or 19.18% from 146); Max value from RGB is 73 - color contains mainly: red. Hex color #492D1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492D1C is #B6D2E3. Grayscale: #333333. Windows color (decimal): -11981540 or 1846601. OLE color: 1846601.
HSL color Cylindrical-coordinate representation of color #492D1C: hue angle of 22.67º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #492D1C is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 45 | 28 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.71 |
| HSL | 22.67º | 0.45% | 0.2% | - |
| HSV(B) | 22.67º | 0.62% | 0.29% | - |
| XYZ | 3.9 | 3.38 | 1.55 | - |
| YUV | 51.43 | 114.78 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 45 | 28 | 0 | 0.38 | 0.62 | 0.71 | 22.67 | 0.45 | 0.2 |
| Hex | 49 | 2D | 1C | 0 | 26 | 3E | 47 | 17 | 2D | 14 |
| Octal | 111 | 55 | 34 | 0 | 46 | 76 | 107 | 27 | 55 | 24 |
| Binary | 1001001 | 101101 | 11100 | 0 | 100110 | 111110 | 1000111 | 10111 | 101101 | 10100 |
Color Harmonies of #492D1C
Complementary color
Monochromatic Colors of #492D1C
Black with #492D1C
Text Example
Text Example
White with #492D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492D1C; }
p { color: rgb(73,45,28); }
H1.HeaderClassName
{
color: #492D1C;
}
.AnyTagClassName
{
color: #492D1C;
}
</style>
background-color css
<style>
a { background-color: #492D1C; }
a { background-color: rgb(73,45,28); }
div.DivClassName
{
background-color: #492D1C;
}
.BgClassName
{
background-color: #492D1C;
}
</style>
border-color css
<style>
span { border-color: #492D1C; }
span { border-color: rgb(73,45,28); }
td.TdClassName
{
border-color: #492D1C;
}
.TagClassName
{
border-color: #492D1C;
}
</style>