Shades of Taupe #493F34
Tints of Taupe #493F34
RGB
CMYK
RGB Variations
Color information
#493F34 (or 0x493F34) is known color: Taupe. HEX triplet: 49, 3F and 34. RGB value is (73,63,52). Sum of RGB (Red+Green+Blue) = 73+63+52=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 63 (25% from 255 or 33.51% from 188); Blue value is 52 (20.70% from 255 or 27.66% from 188); Max value from RGB is 73 - color contains mainly: red. Hex color #493F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493F34 is #B6C0CB. Grayscale: #404040. Windows color (decimal): -11976908 or 3424073. OLE color: 3424073.
HSL color Cylindrical-coordinate representation of color #493F34: hue angle of 31.43º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #493F34 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 63 | 52 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.71 |
| HSL | 31.43º | 0.17% | 0.25% | - |
| HSV(B) | 31.43º | 0.29% | 0.29% | - |
| XYZ | 5.14 | 5.22 | 3.99 | - |
| YUV | 64.74 | 120.81 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 63 | 52 | 0 | 0.14 | 0.29 | 0.71 | 31.43 | 0.17 | 0.25 |
| Hex | 49 | 3F | 34 | 0 | E | 1D | 47 | 1F | 11 | 19 |
| Octal | 111 | 77 | 64 | 0 | 16 | 35 | 107 | 37 | 21 | 31 |
| Binary | 1001001 | 111111 | 110100 | 0 | 1110 | 11101 | 1000111 | 11111 | 10001 | 11001 |
Color Harmonies of #493F34
Complementary color
Monochromatic Colors of #493F34
Black with #493F34
Text Example
Text Example
White with #493F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493F34; }
p { color: rgb(73,63,52); }
H1.HeaderClassName
{
color: #493F34;
}
.AnyTagClassName
{
color: #493F34;
}
</style>
background-color css
<style>
a { background-color: #493F34; }
a { background-color: rgb(73,63,52); }
div.DivClassName
{
background-color: #493F34;
}
.BgClassName
{
background-color: #493F34;
}
</style>
border-color css
<style>
span { border-color: #493F34; }
span { border-color: rgb(73,63,52); }
td.TdClassName
{
border-color: #493F34;
}
.TagClassName
{
border-color: #493F34;
}
</style>