Shades of Mule Fawn #8A5347
Tints of Mule Fawn #8A5347
RGB
CMYK
RGB Variations
Color information
#8A5347 (or 0x8A5347) is known color: Mule Fawn. HEX triplet: 8A, 53 and 47. RGB value is (138,83,71). Sum of RGB (Red+Green+Blue) = 138+83+71=292 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.26% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 71 (28.12% from 255 or 24.32% from 292); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5347 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5347 is #75ACB8. Grayscale: #626262. Windows color (decimal): -7711929 or 4674442. OLE color: 4674442.
HSL color Cylindrical-coordinate representation of color #8A5347: hue angle of 10.75º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8A5347 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 83 | 71 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.46 |
| HSL | 10.75º | 0.32% | 0.41% | - |
| HSV(B) | 10.75º | 0.49% | 0.54% | - |
| XYZ | 14.71 | 12.04 | 7.51 | - |
| YUV | 98.08 | 112.72 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 83 | 71 | 0 | 0.40 | 0.49 | 0.46 | 10.75 | 0.32 | 0.41 |
| Hex | 8A | 53 | 47 | 0 | 28 | 31 | 2E | B | 20 | 29 |
| Octal | 212 | 123 | 107 | 0 | 50 | 61 | 56 | 13 | 40 | 51 |
| Binary | 10001010 | 1010011 | 1000111 | 0 | 101000 | 110001 | 101110 | 1011 | 100000 | 101001 |
Color Harmonies of #8A5347
Complementary color
Monochromatic Colors of #8A5347
Black with #8A5347
Text Example
Text Example
White with #8A5347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5347; }
p { color: rgb(138,83,71); }
H1.HeaderClassName
{
color: #8A5347;
}
.AnyTagClassName
{
color: #8A5347;
}
</style>
background-color css
<style>
a { background-color: #8A5347; }
a { background-color: rgb(138,83,71); }
div.DivClassName
{
background-color: #8A5347;
}
.BgClassName
{
background-color: #8A5347;
}
</style>
border-color css
<style>
span { border-color: #8A5347; }
span { border-color: rgb(138,83,71); }
td.TdClassName
{
border-color: #8A5347;
}
.TagClassName
{
border-color: #8A5347;
}
</style>