Shades of Mule Fawn #8B5144
Tints of Mule Fawn #8B5144
RGB
CMYK
RGB Variations
Color information
#8B5144 (or 0x8B5144) is known color: Mule Fawn. HEX triplet: 8B, 51 and 44. RGB value is (139,81,68). Sum of RGB (Red+Green+Blue) = 139+81+68=288 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.26% from 288); Green value is 81 (32.03% from 255 or 28.12% from 288); Blue value is 68 (26.95% from 255 or 23.61% from 288); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5144 is #74AEBB. Grayscale: #606060. Windows color (decimal): -7646908 or 4477323. OLE color: 4477323.
HSL color Cylindrical-coordinate representation of color #8B5144: hue angle of 10.99º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8B5144 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 81 | 68 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.45 |
| HSL | 10.99º | 0.34% | 0.41% | - |
| HSV(B) | 10.99º | 0.51% | 0.55% | - |
| XYZ | 14.63 | 11.79 | 6.97 | - |
| YUV | 96.86 | 111.72 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 81 | 68 | 0 | 0.42 | 0.51 | 0.45 | 10.99 | 0.34 | 0.41 |
| Hex | 8B | 51 | 44 | 0 | 2A | 33 | 2D | B | 22 | 29 |
| Octal | 213 | 121 | 104 | 0 | 52 | 63 | 55 | 13 | 42 | 51 |
| Binary | 10001011 | 1010001 | 1000100 | 0 | 101010 | 110011 | 101101 | 1011 | 100010 | 101001 |
Color Harmonies of #8B5144
Complementary color
Monochromatic Colors of #8B5144
Black with #8B5144
Text Example
Text Example
White with #8B5144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5144; }
p { color: rgb(139,81,68); }
H1.HeaderClassName
{
color: #8B5144;
}
.AnyTagClassName
{
color: #8B5144;
}
</style>
background-color css
<style>
a { background-color: #8B5144; }
a { background-color: rgb(139,81,68); }
div.DivClassName
{
background-color: #8B5144;
}
.BgClassName
{
background-color: #8B5144;
}
</style>
border-color css
<style>
span { border-color: #8B5144; }
span { border-color: rgb(139,81,68); }
td.TdClassName
{
border-color: #8B5144;
}
.TagClassName
{
border-color: #8B5144;
}
</style>