Shades of Taupe #493C31
Tints of Taupe #493C31
RGB
CMYK
RGB Variations
Color information
#493C31 (or 0x493C31) is known color: Taupe. HEX triplet: 49, 3C and 31. RGB value is (73,60,49). Sum of RGB (Red+Green+Blue) = 73+60+49=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 60 (23.83% from 255 or 32.97% from 182); Blue value is 49 (19.53% from 255 or 26.92% from 182); Max value from RGB is 73 - color contains mainly: red. Hex color #493C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493C31 is #B6C3CE. Grayscale: #3E3E3E. Windows color (decimal): -11977679 or 3226697. OLE color: 3226697.
HSL color Cylindrical-coordinate representation of color #493C31: hue angle of 27.5º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #493C31 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 60 | 49 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.71 |
| HSL | 27.5º | 0.2% | 0.24% | - |
| HSV(B) | 27.5º | 0.33% | 0.29% | - |
| XYZ | 4.92 | 4.87 | 3.59 | - |
| YUV | 62.63 | 120.31 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 60 | 49 | 0 | 0.18 | 0.33 | 0.71 | 27.5 | 0.2 | 0.24 |
| Hex | 49 | 3C | 31 | 0 | 12 | 21 | 47 | 1C | 14 | 18 |
| Octal | 111 | 74 | 61 | 0 | 22 | 41 | 107 | 34 | 24 | 30 |
| Binary | 1001001 | 111100 | 110001 | 0 | 10010 | 100001 | 1000111 | 11100 | 10100 | 11000 |
Color Harmonies of #493C31
Complementary color
Monochromatic Colors of #493C31
Black with #493C31
Text Example
Text Example
White with #493C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493C31; }
p { color: rgb(73,60,49); }
H1.HeaderClassName
{
color: #493C31;
}
.AnyTagClassName
{
color: #493C31;
}
</style>
background-color css
<style>
a { background-color: #493C31; }
a { background-color: rgb(73,60,49); }
div.DivClassName
{
background-color: #493C31;
}
.BgClassName
{
background-color: #493C31;
}
</style>
border-color css
<style>
span { border-color: #493C31; }
span { border-color: rgb(73,60,49); }
td.TdClassName
{
border-color: #493C31;
}
.TagClassName
{
border-color: #493C31;
}
</style>