Shades of Mule Fawn #8E523F
Tints of Mule Fawn #8E523F
RGB
CMYK
RGB Variations
Color information
#8E523F (or 0x8E523F) is known color: Mule Fawn. HEX triplet: 8E, 52 and 3F. RGB value is (142,82,63). Sum of RGB (Red+Green+Blue) = 142+82+63=287 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.48% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 142 - color contains mainly: red. Hex color #8E523F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E523F is #71ADC0. Grayscale: #616161. Windows color (decimal): -7450049 or 4149902. OLE color: 4149902.
HSL color Cylindrical-coordinate representation of color #8E523F: hue angle of 14.43º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8E523F is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 82 | 63 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.44 |
| HSL | 14.43º | 0.39% | 0.4% | - |
| HSV(B) | 14.43º | 0.56% | 0.56% | - |
| XYZ | 15.07 | 12.14 | 6.25 | - |
| YUV | 97.77 | 108.38 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 82 | 63 | 0 | 0.42 | 0.56 | 0.44 | 14.43 | 0.39 | 0.4 |
| Hex | 8E | 52 | 3F | 0 | 2A | 38 | 2C | E | 27 | 28 |
| Octal | 216 | 122 | 77 | 0 | 52 | 70 | 54 | 16 | 47 | 50 |
| Binary | 10001110 | 1010010 | 111111 | 0 | 101010 | 111000 | 101100 | 1110 | 100111 | 101000 |
Color Harmonies of #8E523F
Complementary color
Monochromatic Colors of #8E523F
Black with #8E523F
Text Example
Text Example
White with #8E523F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E523F; }
p { color: rgb(142,82,63); }
H1.HeaderClassName
{
color: #8E523F;
}
.AnyTagClassName
{
color: #8E523F;
}
</style>
background-color css
<style>
a { background-color: #8E523F; }
a { background-color: rgb(142,82,63); }
div.DivClassName
{
background-color: #8E523F;
}
.BgClassName
{
background-color: #8E523F;
}
</style>
border-color css
<style>
span { border-color: #8E523F; }
span { border-color: rgb(142,82,63); }
td.TdClassName
{
border-color: #8E523F;
}
.TagClassName
{
border-color: #8E523F;
}
</style>