Shades of Indian Tan #493223
Tints of Indian Tan #493223
RGB
CMYK
RGB Variations
Color information
#493223 (or 0x493223) is known color: Indian Tan. HEX triplet: 49, 32 and 23. RGB value is (73,50,35). Sum of RGB (Red+Green+Blue) = 73+50+35=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 50 (19.92% from 255 or 31.65% from 158); Blue value is 35 (14.06% from 255 or 22.15% from 158); Max value from RGB is 73 - color contains mainly: red. Hex color #493223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493223 is #B6CDDC. Grayscale: #373737. Windows color (decimal): -11980253 or 2306633. OLE color: 2306633.
HSL color Cylindrical-coordinate representation of color #493223: hue angle of 23.68º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #493223 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 50 | 35 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.71 |
| HSL | 23.68º | 0.35% | 0.21% | - |
| HSV(B) | 23.68º | 0.52% | 0.29% | - |
| XYZ | 4.19 | 3.82 | 2.11 | - |
| YUV | 55.17 | 116.62 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 50 | 35 | 0 | 0.32 | 0.52 | 0.71 | 23.68 | 0.35 | 0.21 |
| Hex | 49 | 32 | 23 | 0 | 20 | 34 | 47 | 18 | 23 | 15 |
| Octal | 111 | 62 | 43 | 0 | 40 | 64 | 107 | 30 | 43 | 25 |
| Binary | 1001001 | 110010 | 100011 | 0 | 100000 | 110100 | 1000111 | 11000 | 100011 | 10101 |
Color Harmonies of #493223
Complementary color
Monochromatic Colors of #493223
Black with #493223
Text Example
Text Example
White with #493223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493223; }
p { color: rgb(73,50,35); }
H1.HeaderClassName
{
color: #493223;
}
.AnyTagClassName
{
color: #493223;
}
</style>
background-color css
<style>
a { background-color: #493223; }
a { background-color: rgb(73,50,35); }
div.DivClassName
{
background-color: #493223;
}
.BgClassName
{
background-color: #493223;
}
</style>
border-color css
<style>
span { border-color: #493223; }
span { border-color: rgb(73,50,35); }
td.TdClassName
{
border-color: #493223;
}
.TagClassName
{
border-color: #493223;
}
</style>