Shades of Taupe #493C32
Tints of Taupe #493C32
RGB
CMYK
RGB Variations
Color information
#493C32 (or 0x493C32) is known color: Taupe. HEX triplet: 49, 3C and 32. RGB value is (73,60,50). Sum of RGB (Red+Green+Blue) = 73+60+50=183 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.89% from 183); Green value is 60 (23.83% from 255 or 32.79% from 183); Blue value is 50 (19.92% from 255 or 27.32% from 183); Max value from RGB is 73 - color contains mainly: red. Hex color #493C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493C32 is #B6C3CD. Grayscale: #3E3E3E. Windows color (decimal): -11977678 or 3292233. OLE color: 3292233.
HSL color Cylindrical-coordinate representation of color #493C32: hue angle of 26.09º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #493C32 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 60 | 50 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.71 |
| HSL | 26.09º | 0.19% | 0.24% | - |
| HSV(B) | 26.09º | 0.32% | 0.29% | - |
| XYZ | 4.94 | 4.88 | 3.7 | - |
| YUV | 62.75 | 120.81 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 60 | 50 | 0 | 0.18 | 0.32 | 0.71 | 26.09 | 0.19 | 0.24 |
| Hex | 49 | 3C | 32 | 0 | 12 | 20 | 47 | 1A | 13 | 18 |
| Octal | 111 | 74 | 62 | 0 | 22 | 40 | 107 | 32 | 23 | 30 |
| Binary | 1001001 | 111100 | 110010 | 0 | 10010 | 100000 | 1000111 | 11010 | 10011 | 11000 |
Color Harmonies of #493C32
Complementary color
Monochromatic Colors of #493C32
Black with #493C32
Text Example
Text Example
White with #493C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493C32; }
p { color: rgb(73,60,50); }
H1.HeaderClassName
{
color: #493C32;
}
.AnyTagClassName
{
color: #493C32;
}
</style>
background-color css
<style>
a { background-color: #493C32; }
a { background-color: rgb(73,60,50); }
div.DivClassName
{
background-color: #493C32;
}
.BgClassName
{
background-color: #493C32;
}
</style>
border-color css
<style>
span { border-color: #493C32; }
span { border-color: rgb(73,60,50); }
td.TdClassName
{
border-color: #493C32;
}
.TagClassName
{
border-color: #493C32;
}
</style>