Shades of Mauve Taupe #955D72
Tints of Mauve Taupe #955D72
RGB
CMYK
RGB Variations
Color information
#955D72 (or 0x955D72) is known color: Mauve Taupe. HEX triplet: 95, 5D and 72. RGB value is (149,93,114). Sum of RGB (Red+Green+Blue) = 149+93+114=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 149 - color contains mainly: red. Hex color #955D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955D72 is #6AA28D. Grayscale: #707070. Windows color (decimal): -6988430 or 7495061. OLE color: 7495061.
HSL color Cylindrical-coordinate representation of color #955D72: hue angle of 337.5º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #955D72 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 93 | 114 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.42 |
| HSL | 337.5º | 0.23% | 0.47% | - |
| HSV(B) | 337.5º | 0.38% | 0.58% | - |
| XYZ | 19.35 | 15.43 | 17.88 | - |
| YUV | 112.14 | 129.05 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 93 | 114 | 0 | 0.38 | 0.23 | 0.42 | 337.5 | 0.23 | 0.47 |
| Hex | 95 | 5D | 72 | 0 | 26 | 17 | 2A | 152 | 17 | 2F |
| Octal | 225 | 135 | 162 | 0 | 46 | 27 | 52 | 522 | 27 | 57 |
| Binary | 10010101 | 1011101 | 1110010 | 0 | 100110 | 10111 | 101010 | 101010010 | 10111 | 101111 |
Color Harmonies of #955D72
Complementary color
Monochromatic Colors of #955D72
Black with #955D72
Text Example
Text Example
White with #955D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955D72; }
p { color: rgb(149,93,114); }
H1.HeaderClassName
{
color: #955D72;
}
.AnyTagClassName
{
color: #955D72;
}
</style>
background-color css
<style>
a { background-color: #955D72; }
a { background-color: rgb(149,93,114); }
div.DivClassName
{
background-color: #955D72;
}
.BgClassName
{
background-color: #955D72;
}
</style>
border-color css
<style>
span { border-color: #955D72; }
span { border-color: rgb(149,93,114); }
td.TdClassName
{
border-color: #955D72;
}
.TagClassName
{
border-color: #955D72;
}
</style>