Shades of Taupe #493B2D
Tints of Taupe #493B2D
RGB
CMYK
RGB Variations
Color information
#493B2D (or 0x493B2D) is known color: Taupe. HEX triplet: 49, 3B and 2D. RGB value is (73,59,45). Sum of RGB (Red+Green+Blue) = 73+59+45=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 59 (23.44% from 255 or 33.33% from 177); Blue value is 45 (17.97% from 255 or 25.42% from 177); Max value from RGB is 73 - color contains mainly: red. Hex color #493B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493B2D is #B6C4D2. Grayscale: #3D3D3D. Windows color (decimal): -11977939 or 2964297. OLE color: 2964297.
HSL color Cylindrical-coordinate representation of color #493B2D: hue angle of 30º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #493B2D is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 59 | 45 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.71 |
| HSL | 30º | 0.24% | 0.23% | - |
| HSV(B) | 30º | 0.38% | 0.29% | - |
| XYZ | 4.79 | 4.73 | 3.14 | - |
| YUV | 61.59 | 118.64 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 59 | 45 | 0 | 0.19 | 0.38 | 0.71 | 30 | 0.24 | 0.23 |
| Hex | 49 | 3B | 2D | 0 | 13 | 26 | 47 | 1E | 18 | 17 |
| Octal | 111 | 73 | 55 | 0 | 23 | 46 | 107 | 36 | 30 | 27 |
| Binary | 1001001 | 111011 | 101101 | 0 | 10011 | 100110 | 1000111 | 11110 | 11000 | 10111 |
Color Harmonies of #493B2D
Complementary color
Monochromatic Colors of #493B2D
Black with #493B2D
Text Example
Text Example
White with #493B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493B2D; }
p { color: rgb(73,59,45); }
H1.HeaderClassName
{
color: #493B2D;
}
.AnyTagClassName
{
color: #493B2D;
}
</style>
background-color css
<style>
a { background-color: #493B2D; }
a { background-color: rgb(73,59,45); }
div.DivClassName
{
background-color: #493B2D;
}
.BgClassName
{
background-color: #493B2D;
}
</style>
border-color css
<style>
span { border-color: #493B2D; }
span { border-color: rgb(73,59,45); }
td.TdClassName
{
border-color: #493B2D;
}
.TagClassName
{
border-color: #493B2D;
}
</style>