Shades of Indian Tan #493221
Tints of Indian Tan #493221
RGB
CMYK
RGB Variations
Color information
#493221 (or 0x493221) is known color: Indian Tan. HEX triplet: 49, 32 and 21. RGB value is (73,50,33). Sum of RGB (Red+Green+Blue) = 73+50+33=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 33 (13.28% from 255 or 21.15% from 156); Max value from RGB is 73 - color contains mainly: red. Hex color #493221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493221 is #B6CDDE. Grayscale: #373737. Windows color (decimal): -11980255 or 2175561. OLE color: 2175561.
HSL color Cylindrical-coordinate representation of color #493221: hue angle of 25.5º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #493221 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 50 | 33 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.71 |
| HSL | 25.5º | 0.38% | 0.21% | - |
| HSV(B) | 25.5º | 0.55% | 0.29% | - |
| XYZ | 4.16 | 3.81 | 1.95 | - |
| YUV | 54.94 | 115.62 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 50 | 33 | 0 | 0.32 | 0.55 | 0.71 | 25.5 | 0.38 | 0.21 |
| Hex | 49 | 32 | 21 | 0 | 20 | 37 | 47 | 1A | 26 | 15 |
| Octal | 111 | 62 | 41 | 0 | 40 | 67 | 107 | 32 | 46 | 25 |
| Binary | 1001001 | 110010 | 100001 | 0 | 100000 | 110111 | 1000111 | 11010 | 100110 | 10101 |
Color Harmonies of #493221
Complementary color
Monochromatic Colors of #493221
Black with #493221
Text Example
Text Example
White with #493221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493221; }
p { color: rgb(73,50,33); }
H1.HeaderClassName
{
color: #493221;
}
.AnyTagClassName
{
color: #493221;
}
</style>
background-color css
<style>
a { background-color: #493221; }
a { background-color: rgb(73,50,33); }
div.DivClassName
{
background-color: #493221;
}
.BgClassName
{
background-color: #493221;
}
</style>
border-color css
<style>
span { border-color: #493221; }
span { border-color: rgb(73,50,33); }
td.TdClassName
{
border-color: #493221;
}
.TagClassName
{
border-color: #493221;
}
</style>