Shades of Taupe #493A30
Tints of Taupe #493A30
RGB
CMYK
RGB Variations
Color information
#493A30 (or 0x493A30) is known color: Taupe. HEX triplet: 49, 3A and 30. RGB value is (73,58,48). Sum of RGB (Red+Green+Blue) = 73+58+48=179 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.78% from 179); Green value is 58 (23.05% from 255 or 32.40% from 179); Blue value is 48 (19.14% from 255 or 26.82% from 179); Max value from RGB is 73 - color contains mainly: red. Hex color #493A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493A30 is #B6C5CF. Grayscale: #3D3D3D. Windows color (decimal): -11978192 or 3160649. OLE color: 3160649.
HSL color Cylindrical-coordinate representation of color #493A30: hue angle of 24º 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 #493A30 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.71.
Color convert
RGB | 73 | 58 | 48 | - |
CMYK | 0 | 0.21 | 0.34 | 0.71 |
HSL | 24º | 0.21% | 0.24% | - |
HSV(B) | 24º | 0.34% | 0.29% | - |
XYZ | 4.79 | 4.66 | 3.44 | - |
YUV | 61.35 | 120.47 | 136.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 73 | 58 | 48 | 0 | 0.21 | 0.34 | 0.71 | 24 | 0.21 | 0.24 |
Hex | 49 | 3A | 30 | 0 | 15 | 22 | 47 | 18 | 15 | 18 |
Octal | 111 | 72 | 60 | 0 | 25 | 42 | 107 | 30 | 25 | 30 |
Binary | 1001001 | 111010 | 110000 | 0 | 10101 | 100010 | 1000111 | 11000 | 10101 | 11000 |
Color Harmonies of #493A30
Complementary color
Monochromatic Colors of #493A30
Black with #493A30
Text Example
Text Example
White with #493A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493A30; }
p { color: rgb(73,58,48); }
H1.HeaderClassName
{
color: #493A30;
}
.AnyTagClassName
{
color: #493A30;
}
</style>
background-color css
<style>
a { background-color: #493A30; }
a { background-color: rgb(73,58,48); }
div.DivClassName
{
background-color: #493A30;
}
.BgClassName
{
background-color: #493A30;
}
</style>
border-color css
<style>
span { border-color: #493A30; }
span { border-color: rgb(73,58,48); }
td.TdClassName
{
border-color: #493A30;
}
.TagClassName
{
border-color: #493A30;
}
</style>