Shades of Mule Fawn #885142
Tints of Mule Fawn #885142
RGB
CMYK
RGB Variations
Color information
#885142 (or 0x885142) is known color: Mule Fawn. HEX triplet: 88, 51 and 42. RGB value is (136,81,66). Sum of RGB (Red+Green+Blue) = 136+81+66=283 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.06% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 66 (26.17% from 255 or 23.32% from 283); Max value from RGB is 136 - color contains mainly: red. Hex color #885142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885142 is #77AEBD. Grayscale: #5F5F5F. Windows color (decimal): -7843518 or 4346248. OLE color: 4346248.
HSL color Cylindrical-coordinate representation of color #885142: hue angle of 12.86º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #885142 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 81 | 66 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.47 |
| HSL | 12.86º | 0.35% | 0.4% | - |
| HSV(B) | 12.86º | 0.51% | 0.53% | - |
| XYZ | 14.08 | 11.51 | 6.63 | - |
| YUV | 95.74 | 111.22 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 81 | 66 | 0 | 0.40 | 0.51 | 0.47 | 12.86 | 0.35 | 0.4 |
| Hex | 88 | 51 | 42 | 0 | 28 | 33 | 2F | D | 23 | 28 |
| Octal | 210 | 121 | 102 | 0 | 50 | 63 | 57 | 15 | 43 | 50 |
| Binary | 10001000 | 1010001 | 1000010 | 0 | 101000 | 110011 | 101111 | 1101 | 100011 | 101000 |
Color Harmonies of #885142
Complementary color
Monochromatic Colors of #885142
Black with #885142
Text Example
Text Example
White with #885142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885142; }
p { color: rgb(136,81,66); }
H1.HeaderClassName
{
color: #885142;
}
.AnyTagClassName
{
color: #885142;
}
</style>
background-color css
<style>
a { background-color: #885142; }
a { background-color: rgb(136,81,66); }
div.DivClassName
{
background-color: #885142;
}
.BgClassName
{
background-color: #885142;
}
</style>
border-color css
<style>
span { border-color: #885142; }
span { border-color: rgb(136,81,66); }
td.TdClassName
{
border-color: #885142;
}
.TagClassName
{
border-color: #885142;
}
</style>