Shades of Mule Fawn #8D513C
Tints of Mule Fawn #8D513C
RGB
CMYK
RGB Variations
Color information
#8D513C (or 0x8D513C) is known color: Mule Fawn. HEX triplet: 8D, 51 and 3C. RGB value is (141,81,60). Sum of RGB (Red+Green+Blue) = 141+81+60=282 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 141 - color contains mainly: red. Hex color #8D513C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D513C is #72AEC3. Grayscale: #606060. Windows color (decimal): -7515844 or 3953037. OLE color: 3953037.
HSL color Cylindrical-coordinate representation of color #8D513C: hue angle of 15.56º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D513C is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 81 | 60 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.45 |
| HSL | 15.56º | 0.4% | 0.39% | - |
| HSV(B) | 15.56º | 0.57% | 0.55% | - |
| XYZ | 14.74 | 11.87 | 5.79 | - |
| YUV | 96.55 | 107.38 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 81 | 60 | 0 | 0.43 | 0.57 | 0.45 | 15.56 | 0.4 | 0.39 |
| Hex | 8D | 51 | 3C | 0 | 2B | 39 | 2D | 10 | 28 | 27 |
| Octal | 215 | 121 | 74 | 0 | 53 | 71 | 55 | 20 | 50 | 47 |
| Binary | 10001101 | 1010001 | 111100 | 0 | 101011 | 111001 | 101101 | 10000 | 101000 | 100111 |
Color Harmonies of #8D513C
Complementary color
Monochromatic Colors of #8D513C
Black with #8D513C
Text Example
Text Example
White with #8D513C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D513C; }
p { color: rgb(141,81,60); }
H1.HeaderClassName
{
color: #8D513C;
}
.AnyTagClassName
{
color: #8D513C;
}
</style>
background-color css
<style>
a { background-color: #8D513C; }
a { background-color: rgb(141,81,60); }
div.DivClassName
{
background-color: #8D513C;
}
.BgClassName
{
background-color: #8D513C;
}
</style>
border-color css
<style>
span { border-color: #8D513C; }
span { border-color: rgb(141,81,60); }
td.TdClassName
{
border-color: #8D513C;
}
.TagClassName
{
border-color: #8D513C;
}
</style>