Shades of Mule Fawn #8A503F
Tints of Mule Fawn #8A503F
RGB
CMYK
RGB Variations
Color information
#8A503F (or 0x8A503F) is known color: Mule Fawn. HEX triplet: 8A, 50 and 3F. RGB value is (138,80,63). Sum of RGB (Red+Green+Blue) = 138+80+63=281 (37% of max value = 765). Red value is 138 (54.30% from 255 or 49.11% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 138 - color contains mainly: red. Hex color #8A503F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A503F is #75AFC0. Grayscale: #5F5F5F. Windows color (decimal): -7712705 or 4149386. OLE color: 4149386.
HSL color Cylindrical-coordinate representation of color #8A503F: hue angle of 13.6º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8A503F is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 80 | 63 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.46 |
| HSL | 13.6º | 0.37% | 0.39% | - |
| HSV(B) | 13.6º | 0.54% | 0.54% | - |
| XYZ | 14.25 | 11.5 | 6.17 | - |
| YUV | 95.4 | 109.72 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 80 | 63 | 0 | 0.42 | 0.54 | 0.46 | 13.6 | 0.37 | 0.39 |
| Hex | 8A | 50 | 3F | 0 | 2A | 36 | 2E | E | 25 | 27 |
| Octal | 212 | 120 | 77 | 0 | 52 | 66 | 56 | 16 | 45 | 47 |
| Binary | 10001010 | 1010000 | 111111 | 0 | 101010 | 110110 | 101110 | 1110 | 100101 | 100111 |
Color Harmonies of #8A503F
Complementary color
Monochromatic Colors of #8A503F
Black with #8A503F
Text Example
Text Example
White with #8A503F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A503F; }
p { color: rgb(138,80,63); }
H1.HeaderClassName
{
color: #8A503F;
}
.AnyTagClassName
{
color: #8A503F;
}
</style>
background-color css
<style>
a { background-color: #8A503F; }
a { background-color: rgb(138,80,63); }
div.DivClassName
{
background-color: #8A503F;
}
.BgClassName
{
background-color: #8A503F;
}
</style>
border-color css
<style>
span { border-color: #8A503F; }
span { border-color: rgb(138,80,63); }
td.TdClassName
{
border-color: #8A503F;
}
.TagClassName
{
border-color: #8A503F;
}
</style>