Shades of Mule Fawn #8C4F3B
Tints of Mule Fawn #8C4F3B
RGB
CMYK
RGB Variations
Color information
#8C4F3B (or 0x8C4F3B) is known color: Mule Fawn. HEX triplet: 8C, 4F and 3B. RGB value is (140,79,59). Sum of RGB (Red+Green+Blue) = 140+79+59=278 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.36% from 278); Green value is 79 (31.25% from 255 or 28.42% from 278); Blue value is 59 (23.44% from 255 or 21.22% from 278); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4F3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C4F3B is #73B0C4. Grayscale: #5F5F5F. Windows color (decimal): -7581893 or 3886988. OLE color: 3886988.
HSL color Cylindrical-coordinate representation of color #8C4F3B: hue angle of 14.81º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8C4F3B is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 79 | 59 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.45 |
| HSL | 14.81º | 0.41% | 0.39% | - |
| HSV(B) | 14.81º | 0.58% | 0.55% | - |
| XYZ | 14.4 | 11.48 | 5.6 | - |
| YUV | 94.96 | 107.71 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 79 | 59 | 0 | 0.44 | 0.58 | 0.45 | 14.81 | 0.41 | 0.39 |
| Hex | 8C | 4F | 3B | 0 | 2C | 3A | 2D | F | 29 | 27 |
| Octal | 214 | 117 | 73 | 0 | 54 | 72 | 55 | 17 | 51 | 47 |
| Binary | 10001100 | 1001111 | 111011 | 0 | 101100 | 111010 | 101101 | 1111 | 101001 | 100111 |
Color Harmonies of #8C4F3B
Complementary color
Monochromatic Colors of #8C4F3B
Black with #8C4F3B
Text Example
Text Example
White with #8C4F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4F3B; }
p { color: rgb(140,79,59); }
H1.HeaderClassName
{
color: #8C4F3B;
}
.AnyTagClassName
{
color: #8C4F3B;
}
</style>
background-color css
<style>
a { background-color: #8C4F3B; }
a { background-color: rgb(140,79,59); }
div.DivClassName
{
background-color: #8C4F3B;
}
.BgClassName
{
background-color: #8C4F3B;
}
</style>
border-color css
<style>
span { border-color: #8C4F3B; }
span { border-color: rgb(140,79,59); }
td.TdClassName
{
border-color: #8C4F3B;
}
.TagClassName
{
border-color: #8C4F3B;
}
</style>