Shades of Taupe #493C30
Tints of Taupe #493C30
RGB
CMYK
RGB Variations
Color information
#493C30 (or 0x493C30) is known color: Taupe. HEX triplet: 49, 3C and 30. RGB value is (73,60,48). Sum of RGB (Red+Green+Blue) = 73+60+48=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 60 (23.83% from 255 or 33.15% from 181); Blue value is 48 (19.14% from 255 or 26.52% from 181); Max value from RGB is 73 - color contains mainly: red. Hex color #493C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493C30 is #B6C3CF. Grayscale: #3E3E3E. Windows color (decimal): -11977680 or 3161161. OLE color: 3161161.
HSL color Cylindrical-coordinate representation of color #493C30: hue angle of 28.8º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #493C30 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 60 | 48 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.71 |
| HSL | 28.8º | 0.21% | 0.24% | - |
| HSV(B) | 28.8º | 0.34% | 0.29% | - |
| XYZ | 4.9 | 4.86 | 3.48 | - |
| YUV | 62.52 | 119.81 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 60 | 48 | 0 | 0.18 | 0.34 | 0.71 | 28.8 | 0.21 | 0.24 |
| Hex | 49 | 3C | 30 | 0 | 12 | 22 | 47 | 1D | 15 | 18 |
| Octal | 111 | 74 | 60 | 0 | 22 | 42 | 107 | 35 | 25 | 30 |
| Binary | 1001001 | 111100 | 110000 | 0 | 10010 | 100010 | 1000111 | 11101 | 10101 | 11000 |
Color Harmonies of #493C30
Complementary color
Monochromatic Colors of #493C30
Black with #493C30
Text Example
Text Example
White with #493C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493C30; }
p { color: rgb(73,60,48); }
H1.HeaderClassName
{
color: #493C30;
}
.AnyTagClassName
{
color: #493C30;
}
</style>
background-color css
<style>
a { background-color: #493C30; }
a { background-color: rgb(73,60,48); }
div.DivClassName
{
background-color: #493C30;
}
.BgClassName
{
background-color: #493C30;
}
</style>
border-color css
<style>
span { border-color: #493C30; }
span { border-color: rgb(73,60,48); }
td.TdClassName
{
border-color: #493C30;
}
.TagClassName
{
border-color: #493C30;
}
</style>