Shades of Taupe #493F35
Tints of Taupe #493F35
RGB
CMYK
RGB Variations
Color information
#493F35 (or 0x493F35) is known color: Taupe. HEX triplet: 49, 3F and 35. RGB value is (73,63,53). Sum of RGB (Red+Green+Blue) = 73+63+53=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 63 (25% from 255 or 33.33% from 189); Blue value is 53 (21.09% from 255 or 28.04% from 189); Max value from RGB is 73 - color contains mainly: red. Hex color #493F35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493F35 is #B6C0CA. Grayscale: #404040. Windows color (decimal): -11976907 or 3489609. OLE color: 3489609.
HSL color Cylindrical-coordinate representation of color #493F35: hue angle of 30º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #493F35 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 63 | 53 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.71 |
| HSL | 30º | 0.16% | 0.25% | - |
| HSV(B) | 30º | 0.27% | 0.29% | - |
| XYZ | 5.17 | 5.23 | 4.1 | - |
| YUV | 64.85 | 121.31 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 63 | 53 | 0 | 0.14 | 0.27 | 0.71 | 30 | 0.16 | 0.25 |
| Hex | 49 | 3F | 35 | 0 | E | 1B | 47 | 1E | 10 | 19 |
| Octal | 111 | 77 | 65 | 0 | 16 | 33 | 107 | 36 | 20 | 31 |
| Binary | 1001001 | 111111 | 110101 | 0 | 1110 | 11011 | 1000111 | 11110 | 10000 | 11001 |
Color Harmonies of #493F35
Complementary color
Monochromatic Colors of #493F35
Black with #493F35
Text Example
Text Example
White with #493F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493F35; }
p { color: rgb(73,63,53); }
H1.HeaderClassName
{
color: #493F35;
}
.AnyTagClassName
{
color: #493F35;
}
</style>
background-color css
<style>
a { background-color: #493F35; }
a { background-color: rgb(73,63,53); }
div.DivClassName
{
background-color: #493F35;
}
.BgClassName
{
background-color: #493F35;
}
</style>
border-color css
<style>
span { border-color: #493F35; }
span { border-color: rgb(73,63,53); }
td.TdClassName
{
border-color: #493F35;
}
.TagClassName
{
border-color: #493F35;
}
</style>