Shades of Mule Fawn #8E4B3C
Tints of Mule Fawn #8E4B3C
RGB
CMYK
RGB Variations
Color information
#8E4B3C (or 0x8E4B3C) is known color: Mule Fawn. HEX triplet: 8E, 4B and 3C. RGB value is (142,75,60). Sum of RGB (Red+Green+Blue) = 142+75+60=277 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.26% from 277); Green value is 75 (29.69% from 255 or 27.08% from 277); Blue value is 60 (23.83% from 255 or 21.66% from 277); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4B3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4B3C is #71B4C3. Grayscale: #5D5D5D. Windows color (decimal): -7451844 or 3951502. OLE color: 3951502.
HSL color Cylindrical-coordinate representation of color #8E4B3C: hue angle of 10.98º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8E4B3C is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 75 | 60 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.44 |
| HSL | 10.98º | 0.41% | 0.4% | - |
| HSV(B) | 10.98º | 0.58% | 0.56% | - |
| XYZ | 14.49 | 11.11 | 5.66 | - |
| YUV | 93.32 | 109.2 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 75 | 60 | 0 | 0.47 | 0.58 | 0.44 | 10.98 | 0.41 | 0.4 |
| Hex | 8E | 4B | 3C | 0 | 2F | 3A | 2C | B | 29 | 28 |
| Octal | 216 | 113 | 74 | 0 | 57 | 72 | 54 | 13 | 51 | 50 |
| Binary | 10001110 | 1001011 | 111100 | 0 | 101111 | 111010 | 101100 | 1011 | 101001 | 101000 |
Color Harmonies of #8E4B3C
Complementary color
Monochromatic Colors of #8E4B3C
Black with #8E4B3C
Text Example
Text Example
White with #8E4B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4B3C; }
p { color: rgb(142,75,60); }
H1.HeaderClassName
{
color: #8E4B3C;
}
.AnyTagClassName
{
color: #8E4B3C;
}
</style>
background-color css
<style>
a { background-color: #8E4B3C; }
a { background-color: rgb(142,75,60); }
div.DivClassName
{
background-color: #8E4B3C;
}
.BgClassName
{
background-color: #8E4B3C;
}
</style>
border-color css
<style>
span { border-color: #8E4B3C; }
span { border-color: rgb(142,75,60); }
td.TdClassName
{
border-color: #8E4B3C;
}
.TagClassName
{
border-color: #8E4B3C;
}
</style>