Shades of Mule Fawn #885246
Tints of Mule Fawn #885246
RGB
CMYK
RGB Variations
Color information
#885246 (or 0x885246) is known color: Mule Fawn. HEX triplet: 88, 52 and 46. RGB value is (136,82,70). Sum of RGB (Red+Green+Blue) = 136+82+70=288 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.22% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 70 (27.73% from 255 or 24.31% from 288); Max value from RGB is 136 - color contains mainly: red. Hex color #885246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885246 is #77ADB9. Grayscale: #606060. Windows color (decimal): -7843258 or 4608648. OLE color: 4608648.
HSL color Cylindrical-coordinate representation of color #885246: hue angle of 10.91º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #885246 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 82 | 70 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.47 |
| HSL | 10.91º | 0.32% | 0.4% | - |
| HSV(B) | 10.91º | 0.49% | 0.53% | - |
| XYZ | 14.28 | 11.71 | 7.3 | - |
| YUV | 96.78 | 112.89 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 82 | 70 | 0 | 0.40 | 0.49 | 0.47 | 10.91 | 0.32 | 0.4 |
| Hex | 88 | 52 | 46 | 0 | 28 | 31 | 2F | B | 20 | 28 |
| Octal | 210 | 122 | 106 | 0 | 50 | 61 | 57 | 13 | 40 | 50 |
| Binary | 10001000 | 1010010 | 1000110 | 0 | 101000 | 110001 | 101111 | 1011 | 100000 | 101000 |
Color Harmonies of #885246
Complementary color
Monochromatic Colors of #885246
Black with #885246
Text Example
Text Example
White with #885246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885246; }
p { color: rgb(136,82,70); }
H1.HeaderClassName
{
color: #885246;
}
.AnyTagClassName
{
color: #885246;
}
</style>
background-color css
<style>
a { background-color: #885246; }
a { background-color: rgb(136,82,70); }
div.DivClassName
{
background-color: #885246;
}
.BgClassName
{
background-color: #885246;
}
</style>
border-color css
<style>
span { border-color: #885246; }
span { border-color: rgb(136,82,70); }
td.TdClassName
{
border-color: #885246;
}
.TagClassName
{
border-color: #885246;
}
</style>