Shades of Taupe #4D4034
Tints of Taupe #4D4034
RGB
CMYK
RGB Variations
Color information
#4D4034 (or 0x4D4034) is known color: Taupe. HEX triplet: 4D, 40 and 34. RGB value is (77,64,52). Sum of RGB (Red+Green+Blue) = 77+64+52=193 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.90% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 52 (20.70% from 255 or 26.94% from 193); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4034 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4034 is #B2BFCB. Grayscale: #424242. Windows color (decimal): -11714508 or 3424333. OLE color: 3424333.
HSL color Cylindrical-coordinate representation of color #4D4034: hue angle of 28.8º 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 #4D4034 is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 64 | 52 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.70 |
| HSL | 28.8º | 0.19% | 0.25% | - |
| HSV(B) | 28.8º | 0.32% | 0.3% | - |
| XYZ | 5.51 | 5.49 | 4.02 | - |
| YUV | 66.52 | 119.81 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 64 | 52 | 0 | 0.17 | 0.32 | 0.70 | 28.8 | 0.19 | 0.25 |
| Hex | 4D | 40 | 34 | 0 | 11 | 20 | 46 | 1D | 13 | 19 |
| Octal | 115 | 100 | 64 | 0 | 21 | 40 | 106 | 35 | 23 | 31 |
| Binary | 1001101 | 1000000 | 110100 | 0 | 10001 | 100000 | 1000110 | 11101 | 10011 | 11001 |
Color Harmonies of #4D4034
Complementary color
Monochromatic Colors of #4D4034
Black with #4D4034
Text Example
Text Example
White with #4D4034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4034; }
p { color: rgb(77,64,52); }
H1.HeaderClassName
{
color: #4D4034;
}
.AnyTagClassName
{
color: #4D4034;
}
</style>
background-color css
<style>
a { background-color: #4D4034; }
a { background-color: rgb(77,64,52); }
div.DivClassName
{
background-color: #4D4034;
}
.BgClassName
{
background-color: #4D4034;
}
</style>
border-color css
<style>
span { border-color: #4D4034; }
span { border-color: rgb(77,64,52); }
td.TdClassName
{
border-color: #4D4034;
}
.TagClassName
{
border-color: #4D4034;
}
</style>