Shades of Mule Fawn #8C513D
Tints of Mule Fawn #8C513D
RGB
CMYK
RGB Variations
Color information
#8C513D (or 0x8C513D) is known color: Mule Fawn. HEX triplet: 8C, 51 and 3D. RGB value is (140,81,61). Sum of RGB (Red+Green+Blue) = 140+81+61=282 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.65% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 61 (24.22% from 255 or 21.63% from 282); Max value from RGB is 140 - color contains mainly: red. Hex color #8C513D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C513D is #73AEC2. Grayscale: #606060. Windows color (decimal): -7581379 or 4018572. OLE color: 4018572.
HSL color Cylindrical-coordinate representation of color #8C513D: hue angle of 15.19º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C513D is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 81 | 61 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.45 |
| HSL | 15.19º | 0.39% | 0.39% | - |
| HSV(B) | 15.19º | 0.56% | 0.55% | - |
| XYZ | 14.6 | 11.8 | 5.92 | - |
| YUV | 96.36 | 108.05 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 81 | 61 | 0 | 0.42 | 0.56 | 0.45 | 15.19 | 0.39 | 0.39 |
| Hex | 8C | 51 | 3D | 0 | 2A | 38 | 2D | F | 27 | 27 |
| Octal | 214 | 121 | 75 | 0 | 52 | 70 | 55 | 17 | 47 | 47 |
| Binary | 10001100 | 1010001 | 111101 | 0 | 101010 | 111000 | 101101 | 1111 | 100111 | 100111 |
Color Harmonies of #8C513D
Complementary color
Monochromatic Colors of #8C513D
Black with #8C513D
Text Example
Text Example
White with #8C513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C513D; }
p { color: rgb(140,81,61); }
H1.HeaderClassName
{
color: #8C513D;
}
.AnyTagClassName
{
color: #8C513D;
}
</style>
background-color css
<style>
a { background-color: #8C513D; }
a { background-color: rgb(140,81,61); }
div.DivClassName
{
background-color: #8C513D;
}
.BgClassName
{
background-color: #8C513D;
}
</style>
border-color css
<style>
span { border-color: #8C513D; }
span { border-color: rgb(140,81,61); }
td.TdClassName
{
border-color: #8C513D;
}
.TagClassName
{
border-color: #8C513D;
}
</style>