Shades of Mule Fawn #8D533D
Tints of Mule Fawn #8D533D
RGB
CMYK
RGB Variations
Color information
#8D533D (or 0x8D533D) is known color: Mule Fawn. HEX triplet: 8D, 53 and 3D. RGB value is (141,83,61). Sum of RGB (Red+Green+Blue) = 141+83+61=285 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.47% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 141 - color contains mainly: red. Hex color #8D533D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D533D is #72ACC2. Grayscale: #616161. Windows color (decimal): -7515331 or 4019085. OLE color: 4019085.
HSL color Cylindrical-coordinate representation of color #8D533D: hue angle of 16.5º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D533D is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 83 | 61 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.45 |
| HSL | 16.5º | 0.4% | 0.4% | - |
| HSV(B) | 16.5º | 0.57% | 0.55% | - |
| XYZ | 14.92 | 12.19 | 5.98 | - |
| YUV | 97.83 | 107.22 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 83 | 61 | 0 | 0.41 | 0.57 | 0.45 | 16.5 | 0.4 | 0.4 |
| Hex | 8D | 53 | 3D | 0 | 29 | 39 | 2D | 10 | 28 | 28 |
| Octal | 215 | 123 | 75 | 0 | 51 | 71 | 55 | 20 | 50 | 50 |
| Binary | 10001101 | 1010011 | 111101 | 0 | 101001 | 111001 | 101101 | 10000 | 101000 | 101000 |
Color Harmonies of #8D533D
Complementary color
Monochromatic Colors of #8D533D
Black with #8D533D
Text Example
Text Example
White with #8D533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D533D; }
p { color: rgb(141,83,61); }
H1.HeaderClassName
{
color: #8D533D;
}
.AnyTagClassName
{
color: #8D533D;
}
</style>
background-color css
<style>
a { background-color: #8D533D; }
a { background-color: rgb(141,83,61); }
div.DivClassName
{
background-color: #8D533D;
}
.BgClassName
{
background-color: #8D533D;
}
</style>
border-color css
<style>
span { border-color: #8D533D; }
span { border-color: rgb(141,83,61); }
td.TdClassName
{
border-color: #8D533D;
}
.TagClassName
{
border-color: #8D533D;
}
</style>