Shades of Mule Fawn #8F5140
Tints of Mule Fawn #8F5140
RGB
CMYK
RGB Variations
Color information
#8F5140 (or 0x8F5140) is known color: Mule Fawn. HEX triplet: 8F, 51 and 40. RGB value is (143,81,64). Sum of RGB (Red+Green+Blue) = 143+81+64=288 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.65% from 288); Green value is 81 (32.03% from 255 or 28.12% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F5140 is #70AEBF. Grayscale: #616161. Windows color (decimal): -7384768 or 4215183. OLE color: 4215183.
HSL color Cylindrical-coordinate representation of color #8F5140: hue angle of 12.91º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F5140 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 81 | 64 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.44 |
| HSL | 12.91º | 0.38% | 0.41% | - |
| HSV(B) | 12.91º | 0.55% | 0.56% | - |
| XYZ | 15.2 | 12.09 | 6.38 | - |
| YUV | 97.6 | 109.04 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 81 | 64 | 0 | 0.43 | 0.55 | 0.44 | 12.91 | 0.38 | 0.41 |
| Hex | 8F | 51 | 40 | 0 | 2B | 37 | 2C | D | 26 | 29 |
| Octal | 217 | 121 | 100 | 0 | 53 | 67 | 54 | 15 | 46 | 51 |
| Binary | 10001111 | 1010001 | 1000000 | 0 | 101011 | 110111 | 101100 | 1101 | 100110 | 101001 |
Color Harmonies of #8F5140
Complementary color
Monochromatic Colors of #8F5140
Black with #8F5140
Text Example
Text Example
White with #8F5140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5140; }
p { color: rgb(143,81,64); }
H1.HeaderClassName
{
color: #8F5140;
}
.AnyTagClassName
{
color: #8F5140;
}
</style>
background-color css
<style>
a { background-color: #8F5140; }
a { background-color: rgb(143,81,64); }
div.DivClassName
{
background-color: #8F5140;
}
.BgClassName
{
background-color: #8F5140;
}
</style>
border-color css
<style>
span { border-color: #8F5140; }
span { border-color: rgb(143,81,64); }
td.TdClassName
{
border-color: #8F5140;
}
.TagClassName
{
border-color: #8F5140;
}
</style>