Shades of Purple Taupe #4C3D48
Tints of Purple Taupe #4C3D48
RGB
CMYK
RGB Variations
Color information
#4C3D48 (or 0x4C3D48) is known color: Purple Taupe. HEX triplet: 4C, 3D and 48. RGB value is (76,61,72). Sum of RGB (Red+Green+Blue) = 76+61+72=209 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.36% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3D48 is #B3C2B7. Grayscale: #424242. Windows color (decimal): -11780792 or 4734284. OLE color: 4734284.
HSL color Cylindrical-coordinate representation of color #4C3D48: hue angle of 316º degrees, saturation: 0.11, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4C3D48 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 61 | 72 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.70 |
| HSL | 316º | 0.11% | 0.27% | - |
| HSV(B) | 316º | 0.2% | 0.3% | - |
| XYZ | 5.82 | 5.34 | 6.86 | - |
| YUV | 66.74 | 130.97 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 61 | 72 | 0 | 0.20 | 0.05 | 0.70 | 316 | 0.11 | 0.27 |
| Hex | 4C | 3D | 48 | 0 | 14 | 5 | 46 | 13C | B | 1B |
| Octal | 114 | 75 | 110 | 0 | 24 | 5 | 106 | 474 | 13 | 33 |
| Binary | 1001100 | 111101 | 1001000 | 0 | 10100 | 101 | 1000110 | 100111100 | 1011 | 11011 |
Color Harmonies of #4C3D48
Complementary color
Monochromatic Colors of #4C3D48
Black with #4C3D48
Text Example
Text Example
White with #4C3D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3D48; }
p { color: rgb(76,61,72); }
H1.HeaderClassName
{
color: #4C3D48;
}
.AnyTagClassName
{
color: #4C3D48;
}
</style>
background-color css
<style>
a { background-color: #4C3D48; }
a { background-color: rgb(76,61,72); }
div.DivClassName
{
background-color: #4C3D48;
}
.BgClassName
{
background-color: #4C3D48;
}
</style>
border-color css
<style>
span { border-color: #4C3D48; }
span { border-color: rgb(76,61,72); }
td.TdClassName
{
border-color: #4C3D48;
}
.TagClassName
{
border-color: #4C3D48;
}
</style>