Shades of Taupe #493F37
Tints of Taupe #493F37
RGB
CMYK
RGB Variations
Color information
#493F37 (or 0x493F37) is known color: Taupe. HEX triplet: 49, 3F and 37. RGB value is (73,63,55). Sum of RGB (Red+Green+Blue) = 73+63+55=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 63 (25% from 255 or 32.98% from 191); Blue value is 55 (21.88% from 255 or 28.80% from 191); Max value from RGB is 73 - color contains mainly: red. Hex color #493F37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493F37 is #B6C0C8. Grayscale: #414141. Windows color (decimal): -11976905 or 3620681. OLE color: 3620681.
HSL color Cylindrical-coordinate representation of color #493F37: hue angle of 26.67º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #493F37 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 63 | 55 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.71 |
| HSL | 26.67º | 0.14% | 0.25% | - |
| HSV(B) | 26.67º | 0.25% | 0.29% | - |
| XYZ | 5.21 | 5.25 | 4.35 | - |
| YUV | 65.08 | 122.31 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 63 | 55 | 0 | 0.14 | 0.25 | 0.71 | 26.67 | 0.14 | 0.25 |
| Hex | 49 | 3F | 37 | 0 | E | 19 | 47 | 1B | E | 19 |
| Octal | 111 | 77 | 67 | 0 | 16 | 31 | 107 | 33 | 16 | 31 |
| Binary | 1001001 | 111111 | 110111 | 0 | 1110 | 11001 | 1000111 | 11011 | 1110 | 11001 |
Color Harmonies of #493F37
Complementary color
Monochromatic Colors of #493F37
Black with #493F37
Text Example
Text Example
White with #493F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493F37; }
p { color: rgb(73,63,55); }
H1.HeaderClassName
{
color: #493F37;
}
.AnyTagClassName
{
color: #493F37;
}
</style>
background-color css
<style>
a { background-color: #493F37; }
a { background-color: rgb(73,63,55); }
div.DivClassName
{
background-color: #493F37;
}
.BgClassName
{
background-color: #493F37;
}
</style>
border-color css
<style>
span { border-color: #493F37; }
span { border-color: rgb(73,63,55); }
td.TdClassName
{
border-color: #493F37;
}
.TagClassName
{
border-color: #493F37;
}
</style>