Shades of Taupe #493B2F
Tints of Taupe #493B2F
RGB
CMYK
RGB Variations
Color information
#493B2F (or 0x493B2F) is known color: Taupe. HEX triplet: 49, 3B and 2F. RGB value is (73,59,47). Sum of RGB (Red+Green+Blue) = 73+59+47=179 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.78% from 179); Green value is 59 (23.44% from 255 or 32.96% from 179); Blue value is 47 (18.75% from 255 or 26.26% from 179); Max value from RGB is 73 - color contains mainly: red. Hex color #493B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493B2F is #B6C4D0. Grayscale: #3D3D3D. Windows color (decimal): -11977937 or 3095369. OLE color: 3095369.
HSL color Cylindrical-coordinate representation of color #493B2F: hue angle of 27.69º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #493B2F is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 59 | 47 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.71 |
| HSL | 27.69º | 0.22% | 0.24% | - |
| HSV(B) | 27.69º | 0.36% | 0.29% | - |
| XYZ | 4.82 | 4.75 | 3.35 | - |
| YUV | 61.82 | 119.64 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 59 | 47 | 0 | 0.19 | 0.36 | 0.71 | 27.69 | 0.22 | 0.24 |
| Hex | 49 | 3B | 2F | 0 | 13 | 24 | 47 | 1C | 16 | 18 |
| Octal | 111 | 73 | 57 | 0 | 23 | 44 | 107 | 34 | 26 | 30 |
| Binary | 1001001 | 111011 | 101111 | 0 | 10011 | 100100 | 1000111 | 11100 | 10110 | 11000 |
Color Harmonies of #493B2F
Complementary color
Monochromatic Colors of #493B2F
Black with #493B2F
Text Example
Text Example
White with #493B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493B2F; }
p { color: rgb(73,59,47); }
H1.HeaderClassName
{
color: #493B2F;
}
.AnyTagClassName
{
color: #493B2F;
}
</style>
background-color css
<style>
a { background-color: #493B2F; }
a { background-color: rgb(73,59,47); }
div.DivClassName
{
background-color: #493B2F;
}
.BgClassName
{
background-color: #493B2F;
}
</style>
border-color css
<style>
span { border-color: #493B2F; }
span { border-color: rgb(73,59,47); }
td.TdClassName
{
border-color: #493B2F;
}
.TagClassName
{
border-color: #493B2F;
}
</style>