Shades of Taupe #4C4033
Tints of Taupe #4C4033
RGB
CMYK
RGB Variations
Color information
#4C4033 (or 0x4C4033) is known color: Taupe. HEX triplet: 4C, 40 and 33. RGB value is (76,64,51). Sum of RGB (Red+Green+Blue) = 76+64+51=191 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.79% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 51 (20.31% from 255 or 26.70% from 191); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4033 is #B3BFCC. Grayscale: #424242. Windows color (decimal): -11780045 or 3358796. OLE color: 3358796.
HSL color Cylindrical-coordinate representation of color #4C4033: hue angle of 31.2º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4C4033 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 64 | 51 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.70 |
| HSL | 31.2º | 0.2% | 0.25% | - |
| HSV(B) | 31.2º | 0.33% | 0.3% | - |
| XYZ | 5.41 | 5.44 | 3.9 | - |
| YUV | 66.11 | 119.48 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 64 | 51 | 0 | 0.16 | 0.33 | 0.70 | 31.2 | 0.2 | 0.25 |
| Hex | 4C | 40 | 33 | 0 | 10 | 21 | 46 | 1F | 14 | 19 |
| Octal | 114 | 100 | 63 | 0 | 20 | 41 | 106 | 37 | 24 | 31 |
| Binary | 1001100 | 1000000 | 110011 | 0 | 10000 | 100001 | 1000110 | 11111 | 10100 | 11001 |
Color Harmonies of #4C4033
Complementary color
Monochromatic Colors of #4C4033
Black with #4C4033
Text Example
Text Example
White with #4C4033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4033; }
p { color: rgb(76,64,51); }
H1.HeaderClassName
{
color: #4C4033;
}
.AnyTagClassName
{
color: #4C4033;
}
</style>
background-color css
<style>
a { background-color: #4C4033; }
a { background-color: rgb(76,64,51); }
div.DivClassName
{
background-color: #4C4033;
}
.BgClassName
{
background-color: #4C4033;
}
</style>
border-color css
<style>
span { border-color: #4C4033; }
span { border-color: rgb(76,64,51); }
td.TdClassName
{
border-color: #4C4033;
}
.TagClassName
{
border-color: #4C4033;
}
</style>