Shades of Mule Fawn #8A5145
Tints of Mule Fawn #8A5145
RGB
CMYK
RGB Variations
Color information
#8A5145 (or 0x8A5145) is known color: Mule Fawn. HEX triplet: 8A, 51 and 45. RGB value is (138,81,69). Sum of RGB (Red+Green+Blue) = 138+81+69=288 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.92% from 288); Green value is 81 (32.03% from 255 or 28.12% from 288); Blue value is 69 (27.34% from 255 or 23.96% from 288); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5145 is #75AEBA. Grayscale: #606060. Windows color (decimal): -7712443 or 4542858. OLE color: 4542858.
HSL color Cylindrical-coordinate representation of color #8A5145: hue angle of 10.43º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8A5145 is Cyan = 0, Magento = 0.41, Yellow = 0.5 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 81 | 69 | - |
| CMYK | 0 | 0.41 | 0.5 | 0.46 |
| HSL | 10.43º | 0.33% | 0.41% | - |
| HSV(B) | 10.43º | 0.5% | 0.54% | - |
| XYZ | 14.5 | 11.72 | 7.13 | - |
| YUV | 96.68 | 112.38 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 81 | 69 | 0 | 0.41 | 0.5 | 0.46 | 10.43 | 0.33 | 0.41 |
| Hex | 8A | 51 | 45 | 0 | 29 | 32 | 2E | A | 21 | 29 |
| Octal | 212 | 121 | 105 | 0 | 51 | 62 | 56 | 12 | 41 | 51 |
| Binary | 10001010 | 1010001 | 1000101 | 0 | 101001 | 110010 | 101110 | 1010 | 100001 | 101001 |
Color Harmonies of #8A5145
Complementary color
Monochromatic Colors of #8A5145
Black with #8A5145
Text Example
Text Example
White with #8A5145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5145; }
p { color: rgb(138,81,69); }
H1.HeaderClassName
{
color: #8A5145;
}
.AnyTagClassName
{
color: #8A5145;
}
</style>
background-color css
<style>
a { background-color: #8A5145; }
a { background-color: rgb(138,81,69); }
div.DivClassName
{
background-color: #8A5145;
}
.BgClassName
{
background-color: #8A5145;
}
</style>
border-color css
<style>
span { border-color: #8A5145; }
span { border-color: rgb(138,81,69); }
td.TdClassName
{
border-color: #8A5145;
}
.TagClassName
{
border-color: #8A5145;
}
</style>