Shades of Mauve Taupe #855D62
Tints of Mauve Taupe #855D62
RGB
CMYK
RGB Variations
Color information
#855D62 (or 0x855D62) is known color: Mauve Taupe. HEX triplet: 85, 5D and 62. RGB value is (133,93,98). Sum of RGB (Red+Green+Blue) = 133+93+98=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 133 - color contains mainly: red. Hex color #855D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855D62 is #7AA29D. Grayscale: #696969. Windows color (decimal): -8037022 or 6446469. OLE color: 6446469.
HSL color Cylindrical-coordinate representation of color #855D62: hue angle of 352.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #855D62 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 93 | 98 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.48 |
| HSL | 352.5º | 0.18% | 0.44% | - |
| HSV(B) | 352.5º | 0.3% | 0.52% | - |
| XYZ | 15.79 | 13.7 | 13.37 | - |
| YUV | 105.53 | 123.75 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 93 | 98 | 0 | 0.30 | 0.26 | 0.48 | 352.5 | 0.18 | 0.44 |
| Hex | 85 | 5D | 62 | 0 | 1E | 1A | 30 | 160 | 12 | 2C |
| Octal | 205 | 135 | 142 | 0 | 36 | 32 | 60 | 540 | 22 | 54 |
| Binary | 10000101 | 1011101 | 1100010 | 0 | 11110 | 11010 | 110000 | 101100000 | 10010 | 101100 |
Color Harmonies of #855D62
Complementary color
Monochromatic Colors of #855D62
Black with #855D62
Text Example
Text Example
White with #855D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855D62; }
p { color: rgb(133,93,98); }
H1.HeaderClassName
{
color: #855D62;
}
.AnyTagClassName
{
color: #855D62;
}
</style>
background-color css
<style>
a { background-color: #855D62; }
a { background-color: rgb(133,93,98); }
div.DivClassName
{
background-color: #855D62;
}
.BgClassName
{
background-color: #855D62;
}
</style>
border-color css
<style>
span { border-color: #855D62; }
span { border-color: rgb(133,93,98); }
td.TdClassName
{
border-color: #855D62;
}
.TagClassName
{
border-color: #855D62;
}
</style>