Shades of Mule Fawn #8C5543
Tints of Mule Fawn #8C5543
RGB
CMYK
RGB Variations
Color information
#8C5543 (or 0x8C5543) is known color: Mule Fawn. HEX triplet: 8C, 55 and 43. RGB value is (140,85,67). Sum of RGB (Red+Green+Blue) = 140+85+67=292 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.95% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 67 (26.56% from 255 or 22.95% from 292); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5543 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5543 is #73AABC. Grayscale: #636363. Windows color (decimal): -7580349 or 4412812. OLE color: 4412812.
HSL color Cylindrical-coordinate representation of color #8C5543: hue angle of 14.79º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8C5543 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 85 | 67 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.45 |
| HSL | 14.79º | 0.35% | 0.41% | - |
| HSV(B) | 14.79º | 0.52% | 0.55% | - |
| XYZ | 15.08 | 12.48 | 6.92 | - |
| YUV | 99.39 | 109.72 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 85 | 67 | 0 | 0.39 | 0.52 | 0.45 | 14.79 | 0.35 | 0.41 |
| Hex | 8C | 55 | 43 | 0 | 27 | 34 | 2D | F | 23 | 29 |
| Octal | 214 | 125 | 103 | 0 | 47 | 64 | 55 | 17 | 43 | 51 |
| Binary | 10001100 | 1010101 | 1000011 | 0 | 100111 | 110100 | 101101 | 1111 | 100011 | 101001 |
Color Harmonies of #8C5543
Complementary color
Monochromatic Colors of #8C5543
Black with #8C5543
Text Example
Text Example
White with #8C5543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5543; }
p { color: rgb(140,85,67); }
H1.HeaderClassName
{
color: #8C5543;
}
.AnyTagClassName
{
color: #8C5543;
}
</style>
background-color css
<style>
a { background-color: #8C5543; }
a { background-color: rgb(140,85,67); }
div.DivClassName
{
background-color: #8C5543;
}
.BgClassName
{
background-color: #8C5543;
}
</style>
border-color css
<style>
span { border-color: #8C5543; }
span { border-color: rgb(140,85,67); }
td.TdClassName
{
border-color: #8C5543;
}
.TagClassName
{
border-color: #8C5543;
}
</style>