Shades of Taupe #493C2E
Tints of Taupe #493C2E
RGB
CMYK
RGB Variations
Color information
#493C2E (or 0x493C2E) is known color: Taupe. HEX triplet: 49, 3C and 2E. RGB value is (73,60,46). Sum of RGB (Red+Green+Blue) = 73+60+46=179 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.78% from 179); Green value is 60 (23.83% from 255 or 33.52% from 179); Blue value is 46 (18.36% from 255 or 25.70% from 179); Max value from RGB is 73 - color contains mainly: red. Hex color #493C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493C2E is #B6C3D1. Grayscale: #3E3E3E. Windows color (decimal): -11977682 or 3030089. OLE color: 3030089.
HSL color Cylindrical-coordinate representation of color #493C2E: hue angle of 31.11º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #493C2E is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 60 | 46 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.71 |
| HSL | 31.11º | 0.23% | 0.23% | - |
| HSV(B) | 31.11º | 0.37% | 0.29% | - |
| XYZ | 4.86 | 4.85 | 3.26 | - |
| YUV | 62.29 | 118.81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 60 | 46 | 0 | 0.18 | 0.37 | 0.71 | 31.11 | 0.23 | 0.23 |
| Hex | 49 | 3C | 2E | 0 | 12 | 25 | 47 | 1F | 17 | 17 |
| Octal | 111 | 74 | 56 | 0 | 22 | 45 | 107 | 37 | 27 | 27 |
| Binary | 1001001 | 111100 | 101110 | 0 | 10010 | 100101 | 1000111 | 11111 | 10111 | 10111 |
Color Harmonies of #493C2E
Complementary color
Monochromatic Colors of #493C2E
Black with #493C2E
Text Example
Text Example
White with #493C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493C2E; }
p { color: rgb(73,60,46); }
H1.HeaderClassName
{
color: #493C2E;
}
.AnyTagClassName
{
color: #493C2E;
}
</style>
background-color css
<style>
a { background-color: #493C2E; }
a { background-color: rgb(73,60,46); }
div.DivClassName
{
background-color: #493C2E;
}
.BgClassName
{
background-color: #493C2E;
}
</style>
border-color css
<style>
span { border-color: #493C2E; }
span { border-color: rgb(73,60,46); }
td.TdClassName
{
border-color: #493C2E;
}
.TagClassName
{
border-color: #493C2E;
}
</style>