Shades of Indian Tan #492F17
Tints of Indian Tan #492F17
RGB
CMYK
RGB Variations
Color information
#492F17 (or 0x492F17) is known color: Indian Tan. HEX triplet: 49, 2F and 17. RGB value is (73,47,23). Sum of RGB (Red+Green+Blue) = 73+47+23=143 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.05% from 143); Green value is 47 (18.75% from 255 or 32.87% from 143); Blue value is 23 (9.38% from 255 or 16.08% from 143); Max value from RGB is 73 - color contains mainly: red. Hex color #492F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492F17 is #B6D0E8. Grayscale: #343434. Windows color (decimal): -11981033 or 1519433. OLE color: 1519433.
HSL color Cylindrical-coordinate representation of color #492F17: hue angle of 28.8º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #492F17 is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 47 | 23 | - |
| CMYK | 0 | 0.36 | 0.68 | 0.71 |
| HSL | 28.8º | 0.52% | 0.19% | - |
| HSV(B) | 28.8º | 0.68% | 0.29% | - |
| XYZ | 3.92 | 3.51 | 1.28 | - |
| YUV | 52.04 | 111.61 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 47 | 23 | 0 | 0.36 | 0.68 | 0.71 | 28.8 | 0.52 | 0.19 |
| Hex | 49 | 2F | 17 | 0 | 24 | 44 | 47 | 1D | 34 | 13 |
| Octal | 111 | 57 | 27 | 0 | 44 | 104 | 107 | 35 | 64 | 23 |
| Binary | 1001001 | 101111 | 10111 | 0 | 100100 | 1000100 | 1000111 | 11101 | 110100 | 10011 |
Color Harmonies of #492F17
Complementary color
Monochromatic Colors of #492F17
Black with #492F17
Text Example
Text Example
White with #492F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492F17; }
p { color: rgb(73,47,23); }
H1.HeaderClassName
{
color: #492F17;
}
.AnyTagClassName
{
color: #492F17;
}
</style>
background-color css
<style>
a { background-color: #492F17; }
a { background-color: rgb(73,47,23); }
div.DivClassName
{
background-color: #492F17;
}
.BgClassName
{
background-color: #492F17;
}
</style>
border-color css
<style>
span { border-color: #492F17; }
span { border-color: rgb(73,47,23); }
td.TdClassName
{
border-color: #492F17;
}
.TagClassName
{
border-color: #492F17;
}
</style>