Shades of Mule Fawn #885247
Tints of Mule Fawn #885247
RGB
CMYK
RGB Variations
Color information
#885247 (or 0x885247) is known color: Mule Fawn. HEX triplet: 88, 52 and 47. RGB value is (136,82,71). Sum of RGB (Red+Green+Blue) = 136+82+71=289 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.06% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 71 (28.12% from 255 or 24.57% from 289); Max value from RGB is 136 - color contains mainly: red. Hex color #885247 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885247 is #77ADB8. Grayscale: #606060. Windows color (decimal): -7843257 or 4674184. OLE color: 4674184.
HSL color Cylindrical-coordinate representation of color #885247: hue angle of 10.15º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #885247 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 82 | 71 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.47 |
| HSL | 10.15º | 0.31% | 0.41% | - |
| HSV(B) | 10.15º | 0.48% | 0.53% | - |
| XYZ | 14.31 | 11.72 | 7.47 | - |
| YUV | 96.89 | 113.39 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 82 | 71 | 0 | 0.40 | 0.48 | 0.47 | 10.15 | 0.31 | 0.41 |
| Hex | 88 | 52 | 47 | 0 | 28 | 30 | 2F | A | 1F | 29 |
| Octal | 210 | 122 | 107 | 0 | 50 | 60 | 57 | 12 | 37 | 51 |
| Binary | 10001000 | 1010010 | 1000111 | 0 | 101000 | 110000 | 101111 | 1010 | 11111 | 101001 |
Color Harmonies of #885247
Complementary color
Monochromatic Colors of #885247
Black with #885247
Text Example
Text Example
White with #885247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885247; }
p { color: rgb(136,82,71); }
H1.HeaderClassName
{
color: #885247;
}
.AnyTagClassName
{
color: #885247;
}
</style>
background-color css
<style>
a { background-color: #885247; }
a { background-color: rgb(136,82,71); }
div.DivClassName
{
background-color: #885247;
}
.BgClassName
{
background-color: #885247;
}
</style>
border-color css
<style>
span { border-color: #885247; }
span { border-color: rgb(136,82,71); }
td.TdClassName
{
border-color: #885247;
}
.TagClassName
{
border-color: #885247;
}
</style>