Shades of Indian Tan #492F19
Tints of Indian Tan #492F19
RGB
CMYK
RGB Variations
Color information
#492F19 (or 0x492F19) is known color: Indian Tan. HEX triplet: 49, 2F and 19. RGB value is (73,47,25). Sum of RGB (Red+Green+Blue) = 73+47+25=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 47 (18.75% from 255 or 32.41% from 145); Blue value is 25 (10.16% from 255 or 17.24% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #492F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492F19 is #B6D0E6. Grayscale: #343434. Windows color (decimal): -11981031 or 1650505. OLE color: 1650505.
HSL color Cylindrical-coordinate representation of color #492F19: hue angle of 27.5º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #492F19 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 47 | 25 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.71 |
| HSL | 27.5º | 0.49% | 0.19% | - |
| HSV(B) | 27.5º | 0.66% | 0.29% | - |
| XYZ | 3.94 | 3.52 | 1.39 | - |
| YUV | 52.27 | 112.61 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 47 | 25 | 0 | 0.36 | 0.66 | 0.71 | 27.5 | 0.49 | 0.19 |
| Hex | 49 | 2F | 19 | 0 | 24 | 42 | 47 | 1C | 31 | 13 |
| Octal | 111 | 57 | 31 | 0 | 44 | 102 | 107 | 34 | 61 | 23 |
| Binary | 1001001 | 101111 | 11001 | 0 | 100100 | 1000010 | 1000111 | 11100 | 110001 | 10011 |
Color Harmonies of #492F19
Complementary color
Monochromatic Colors of #492F19
Black with #492F19
Text Example
Text Example
White with #492F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492F19; }
p { color: rgb(73,47,25); }
H1.HeaderClassName
{
color: #492F19;
}
.AnyTagClassName
{
color: #492F19;
}
</style>
background-color css
<style>
a { background-color: #492F19; }
a { background-color: rgb(73,47,25); }
div.DivClassName
{
background-color: #492F19;
}
.BgClassName
{
background-color: #492F19;
}
</style>
border-color css
<style>
span { border-color: #492F19; }
span { border-color: rgb(73,47,25); }
td.TdClassName
{
border-color: #492F19;
}
.TagClassName
{
border-color: #492F19;
}
</style>