Shades of Indian Tan #492B17
Tints of Indian Tan #492B17
RGB
CMYK
RGB Variations
Color information
#492B17 (or 0x492B17) is known color: Indian Tan. HEX triplet: 49, 2B and 17. RGB value is (73,43,23). Sum of RGB (Red+Green+Blue) = 73+43+23=139 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.52% from 139); Green value is 43 (17.19% from 255 or 30.94% from 139); Blue value is 23 (9.38% from 255 or 16.55% from 139); Max value from RGB is 73 - color contains mainly: red. Hex color #492B17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492B17 is #B6D4E8. Grayscale: #313131. Windows color (decimal): -11982057 or 1518409. OLE color: 1518409.
HSL color Cylindrical-coordinate representation of color #492B17: hue angle of 24º 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 #492B17 is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 43 | 23 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.71 |
| HSL | 24º | 0.52% | 0.19% | - |
| HSV(B) | 24º | 0.68% | 0.29% | - |
| XYZ | 3.77 | 3.21 | 1.23 | - |
| YUV | 49.69 | 112.94 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 43 | 23 | 0 | 0.41 | 0.68 | 0.71 | 24 | 0.52 | 0.19 |
| Hex | 49 | 2B | 17 | 0 | 29 | 44 | 47 | 18 | 34 | 13 |
| Octal | 111 | 53 | 27 | 0 | 51 | 104 | 107 | 30 | 64 | 23 |
| Binary | 1001001 | 101011 | 10111 | 0 | 101001 | 1000100 | 1000111 | 11000 | 110100 | 10011 |
Color Harmonies of #492B17
Complementary color
Monochromatic Colors of #492B17
Black with #492B17
Text Example
Text Example
White with #492B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492B17; }
p { color: rgb(73,43,23); }
H1.HeaderClassName
{
color: #492B17;
}
.AnyTagClassName
{
color: #492B17;
}
</style>
background-color css
<style>
a { background-color: #492B17; }
a { background-color: rgb(73,43,23); }
div.DivClassName
{
background-color: #492B17;
}
.BgClassName
{
background-color: #492B17;
}
</style>
border-color css
<style>
span { border-color: #492B17; }
span { border-color: rgb(73,43,23); }
td.TdClassName
{
border-color: #492B17;
}
.TagClassName
{
border-color: #492B17;
}
</style>