Shades of Taupe #4C4034
Tints of Taupe #4C4034
RGB
CMYK
RGB Variations
Color information
#4C4034 (or 0x4C4034) is known color: Taupe. HEX triplet: 4C, 40 and 34. RGB value is (76,64,52). Sum of RGB (Red+Green+Blue) = 76+64+52=192 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.58% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 52 (20.70% from 255 or 27.08% from 192); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4034 is #B3BFCB. Grayscale: #424242. Windows color (decimal): -11780044 or 3424332. OLE color: 3424332.
HSL color Cylindrical-coordinate representation of color #4C4034: hue angle of 30º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4C4034 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 64 | 52 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.70 |
| HSL | 30º | 0.19% | 0.25% | - |
| HSV(B) | 30º | 0.32% | 0.3% | - |
| XYZ | 5.43 | 5.45 | 4.01 | - |
| YUV | 66.22 | 119.98 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 64 | 52 | 0 | 0.16 | 0.32 | 0.70 | 30 | 0.19 | 0.25 |
| Hex | 4C | 40 | 34 | 0 | 10 | 20 | 46 | 1E | 13 | 19 |
| Octal | 114 | 100 | 64 | 0 | 20 | 40 | 106 | 36 | 23 | 31 |
| Binary | 1001100 | 1000000 | 110100 | 0 | 10000 | 100000 | 1000110 | 11110 | 10011 | 11001 |
Color Harmonies of #4C4034
Complementary color
Monochromatic Colors of #4C4034
Black with #4C4034
Text Example
Text Example
White with #4C4034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4034; }
p { color: rgb(76,64,52); }
H1.HeaderClassName
{
color: #4C4034;
}
.AnyTagClassName
{
color: #4C4034;
}
</style>
background-color css
<style>
a { background-color: #4C4034; }
a { background-color: rgb(76,64,52); }
div.DivClassName
{
background-color: #4C4034;
}
.BgClassName
{
background-color: #4C4034;
}
</style>
border-color css
<style>
span { border-color: #4C4034; }
span { border-color: rgb(76,64,52); }
td.TdClassName
{
border-color: #4C4034;
}
.TagClassName
{
border-color: #4C4034;
}
</style>