Shades of Taupe #493F36
Tints of Taupe #493F36
RGB
CMYK
RGB Variations
Color information
#493F36 (or 0x493F36) is known color: Taupe. HEX triplet: 49, 3F and 36. RGB value is (73,63,54). Sum of RGB (Red+Green+Blue) = 73+63+54=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 54 (21.48% from 255 or 28.42% from 190); Max value from RGB is 73 - color contains mainly: red. Hex color #493F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493F36 is #B6C0C9. Grayscale: #414141. Windows color (decimal): -11976906 or 3555145. OLE color: 3555145.
HSL color Cylindrical-coordinate representation of color #493F36: hue angle of 28.42º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #493F36 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 63 | 54 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.71 |
| HSL | 28.42º | 0.15% | 0.25% | - |
| HSV(B) | 28.42º | 0.26% | 0.29% | - |
| XYZ | 5.19 | 5.24 | 4.23 | - |
| YUV | 64.96 | 121.81 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 63 | 54 | 0 | 0.14 | 0.26 | 0.71 | 28.42 | 0.15 | 0.25 |
| Hex | 49 | 3F | 36 | 0 | E | 1A | 47 | 1C | F | 19 |
| Octal | 111 | 77 | 66 | 0 | 16 | 32 | 107 | 34 | 17 | 31 |
| Binary | 1001001 | 111111 | 110110 | 0 | 1110 | 11010 | 1000111 | 11100 | 1111 | 11001 |
Color Harmonies of #493F36
Complementary color
Monochromatic Colors of #493F36
Black with #493F36
Text Example
Text Example
White with #493F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493F36; }
p { color: rgb(73,63,54); }
H1.HeaderClassName
{
color: #493F36;
}
.AnyTagClassName
{
color: #493F36;
}
</style>
background-color css
<style>
a { background-color: #493F36; }
a { background-color: rgb(73,63,54); }
div.DivClassName
{
background-color: #493F36;
}
.BgClassName
{
background-color: #493F36;
}
</style>
border-color css
<style>
span { border-color: #493F36; }
span { border-color: rgb(73,63,54); }
td.TdClassName
{
border-color: #493F36;
}
.TagClassName
{
border-color: #493F36;
}
</style>