Shades of Taupe #493D33
Tints of Taupe #493D33
RGB
CMYK
RGB Variations
Color information
#493D33 (or 0x493D33) is known color: Taupe. HEX triplet: 49, 3D and 33. RGB value is (73,61,51). Sum of RGB (Red+Green+Blue) = 73+61+51=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 61 (24.22% from 255 or 32.97% from 185); Blue value is 51 (20.31% from 255 or 27.57% from 185); Max value from RGB is 73 - color contains mainly: red. Hex color #493D33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493D33 is #B6C2CC. Grayscale: #3F3F3F. Windows color (decimal): -11977421 or 3358025. OLE color: 3358025.
HSL color Cylindrical-coordinate representation of color #493D33: hue angle of 27.27º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #493D33 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 61 | 51 | - |
| CMYK | 0 | 0.16 | 0.30 | 0.71 |
| HSL | 27.27º | 0.18% | 0.24% | - |
| HSV(B) | 27.27º | 0.3% | 0.29% | - |
| XYZ | 5.01 | 4.99 | 3.83 | - |
| YUV | 63.45 | 120.98 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 61 | 51 | 0 | 0.16 | 0.30 | 0.71 | 27.27 | 0.18 | 0.24 |
| Hex | 49 | 3D | 33 | 0 | 10 | 1E | 47 | 1B | 12 | 18 |
| Octal | 111 | 75 | 63 | 0 | 20 | 36 | 107 | 33 | 22 | 30 |
| Binary | 1001001 | 111101 | 110011 | 0 | 10000 | 11110 | 1000111 | 11011 | 10010 | 11000 |
Color Harmonies of #493D33
Complementary color
Monochromatic Colors of #493D33
Black with #493D33
Text Example
Text Example
White with #493D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493D33; }
p { color: rgb(73,61,51); }
H1.HeaderClassName
{
color: #493D33;
}
.AnyTagClassName
{
color: #493D33;
}
</style>
background-color css
<style>
a { background-color: #493D33; }
a { background-color: rgb(73,61,51); }
div.DivClassName
{
background-color: #493D33;
}
.BgClassName
{
background-color: #493D33;
}
</style>
border-color css
<style>
span { border-color: #493D33; }
span { border-color: rgb(73,61,51); }
td.TdClassName
{
border-color: #493D33;
}
.TagClassName
{
border-color: #493D33;
}
</style>