Shades of Mule Fawn #8B4D3C
Tints of Mule Fawn #8B4D3C
RGB
CMYK
RGB Variations
Color information
#8B4D3C (or 0x8B4D3C) is known color: Mule Fawn. HEX triplet: 8B, 4D and 3C. RGB value is (139,77,60). Sum of RGB (Red+Green+Blue) = 139+77+60=276 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.36% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B4D3C is #74B2C3. Grayscale: #5D5D5D. Windows color (decimal): -7647940 or 3952011. OLE color: 3952011.
HSL color Cylindrical-coordinate representation of color #8B4D3C: hue angle of 12.91º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8B4D3C is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 77 | 60 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.45 |
| HSL | 12.91º | 0.4% | 0.39% | - |
| HSV(B) | 12.91º | 0.57% | 0.55% | - |
| XYZ | 14.12 | 11.12 | 5.68 | - |
| YUV | 93.6 | 109.04 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 77 | 60 | 0 | 0.45 | 0.57 | 0.45 | 12.91 | 0.4 | 0.39 |
| Hex | 8B | 4D | 3C | 0 | 2D | 39 | 2D | D | 28 | 27 |
| Octal | 213 | 115 | 74 | 0 | 55 | 71 | 55 | 15 | 50 | 47 |
| Binary | 10001011 | 1001101 | 111100 | 0 | 101101 | 111001 | 101101 | 1101 | 101000 | 100111 |
Color Harmonies of #8B4D3C
Complementary color
Monochromatic Colors of #8B4D3C
Black with #8B4D3C
Text Example
Text Example
White with #8B4D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4D3C; }
p { color: rgb(139,77,60); }
H1.HeaderClassName
{
color: #8B4D3C;
}
.AnyTagClassName
{
color: #8B4D3C;
}
</style>
background-color css
<style>
a { background-color: #8B4D3C; }
a { background-color: rgb(139,77,60); }
div.DivClassName
{
background-color: #8B4D3C;
}
.BgClassName
{
background-color: #8B4D3C;
}
</style>
border-color css
<style>
span { border-color: #8B4D3C; }
span { border-color: rgb(139,77,60); }
td.TdClassName
{
border-color: #8B4D3C;
}
.TagClassName
{
border-color: #8B4D3C;
}
</style>