Shades of Mule Fawn #8B5545
Tints of Mule Fawn #8B5545
RGB
CMYK
RGB Variations
Color information
#8B5545 (or 0x8B5545) is known color: Mule Fawn. HEX triplet: 8B, 55 and 45. RGB value is (139,85,69). Sum of RGB (Red+Green+Blue) = 139+85+69=293 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.44% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5545 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5545 is #74AABA. Grayscale: #636363. Windows color (decimal): -7645883 or 4543883. OLE color: 4543883.
HSL color Cylindrical-coordinate representation of color #8B5545: hue angle of 13.71º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B5545 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 85 | 69 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.45 |
| HSL | 13.71º | 0.34% | 0.41% | - |
| HSV(B) | 13.71º | 0.5% | 0.55% | - |
| XYZ | 14.97 | 12.42 | 7.24 | - |
| YUV | 99.32 | 110.89 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 85 | 69 | 0 | 0.39 | 0.50 | 0.45 | 13.71 | 0.34 | 0.41 |
| Hex | 8B | 55 | 45 | 0 | 27 | 32 | 2D | E | 22 | 29 |
| Octal | 213 | 125 | 105 | 0 | 47 | 62 | 55 | 16 | 42 | 51 |
| Binary | 10001011 | 1010101 | 1000101 | 0 | 100111 | 110010 | 101101 | 1110 | 100010 | 101001 |
Color Harmonies of #8B5545
Complementary color
Monochromatic Colors of #8B5545
Black with #8B5545
Text Example
Text Example
White with #8B5545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5545; }
p { color: rgb(139,85,69); }
H1.HeaderClassName
{
color: #8B5545;
}
.AnyTagClassName
{
color: #8B5545;
}
</style>
background-color css
<style>
a { background-color: #8B5545; }
a { background-color: rgb(139,85,69); }
div.DivClassName
{
background-color: #8B5545;
}
.BgClassName
{
background-color: #8B5545;
}
</style>
border-color css
<style>
span { border-color: #8B5545; }
span { border-color: rgb(139,85,69); }
td.TdClassName
{
border-color: #8B5545;
}
.TagClassName
{
border-color: #8B5545;
}
</style>