Shades of Taupe #4A3E34
Tints of Taupe #4A3E34
RGB
CMYK
RGB Variations
Color information
#4A3E34 (or 0x4A3E34) is known color: Taupe. HEX triplet: 4A, 3E and 34. RGB value is (74,62,52). Sum of RGB (Red+Green+Blue) = 74+62+52=188 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.36% from 188); Green value is 62 (24.61% from 255 or 32.98% from 188); Blue value is 52 (20.70% from 255 or 27.66% from 188); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3E34 is #B5C1CB. Grayscale: #404040. Windows color (decimal): -11911628 or 3423818. OLE color: 3423818.
HSL color Cylindrical-coordinate representation of color #4A3E34: hue angle of 27.27º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4A3E34 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 62 | 52 | - |
| CMYK | 0 | 0.16 | 0.30 | 0.71 |
| HSL | 27.27º | 0.17% | 0.25% | - |
| HSV(B) | 27.27º | 0.3% | 0.29% | - |
| XYZ | 5.17 | 5.15 | 3.97 | - |
| YUV | 64.45 | 120.98 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 62 | 52 | 0 | 0.16 | 0.30 | 0.71 | 27.27 | 0.17 | 0.25 |
| Hex | 4A | 3E | 34 | 0 | 10 | 1E | 47 | 1B | 11 | 19 |
| Octal | 112 | 76 | 64 | 0 | 20 | 36 | 107 | 33 | 21 | 31 |
| Binary | 1001010 | 111110 | 110100 | 0 | 10000 | 11110 | 1000111 | 11011 | 10001 | 11001 |
Color Harmonies of #4A3E34
Complementary color
Monochromatic Colors of #4A3E34
Black with #4A3E34
Text Example
Text Example
White with #4A3E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3E34; }
p { color: rgb(74,62,52); }
H1.HeaderClassName
{
color: #4A3E34;
}
.AnyTagClassName
{
color: #4A3E34;
}
</style>
background-color css
<style>
a { background-color: #4A3E34; }
a { background-color: rgb(74,62,52); }
div.DivClassName
{
background-color: #4A3E34;
}
.BgClassName
{
background-color: #4A3E34;
}
</style>
border-color css
<style>
span { border-color: #4A3E34; }
span { border-color: rgb(74,62,52); }
td.TdClassName
{
border-color: #4A3E34;
}
.TagClassName
{
border-color: #4A3E34;
}
</style>