Shades of Mule Fawn #8B503C
Tints of Mule Fawn #8B503C
RGB
CMYK
RGB Variations
Color information
#8B503C (or 0x8B503C) is known color: Mule Fawn. HEX triplet: 8B, 50 and 3C. RGB value is (139,80,60). Sum of RGB (Red+Green+Blue) = 139+80+60=279 (36% of max value = 765). Red value is 139 (54.69% from 255 or 49.82% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 139 - color contains mainly: red. Hex color #8B503C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B503C is #74AFC3. Grayscale: #5F5F5F. Windows color (decimal): -7647172 or 3952779. OLE color: 3952779.
HSL color Cylindrical-coordinate representation of color #8B503C: hue angle of 15.19º 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 #8B503C is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 80 | 60 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.45 |
| HSL | 15.19º | 0.4% | 0.39% | - |
| HSV(B) | 15.19º | 0.57% | 0.55% | - |
| XYZ | 14.33 | 11.55 | 5.75 | - |
| YUV | 95.36 | 108.05 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 80 | 60 | 0 | 0.42 | 0.57 | 0.45 | 15.19 | 0.4 | 0.39 |
| Hex | 8B | 50 | 3C | 0 | 2A | 39 | 2D | F | 28 | 27 |
| Octal | 213 | 120 | 74 | 0 | 52 | 71 | 55 | 17 | 50 | 47 |
| Binary | 10001011 | 1010000 | 111100 | 0 | 101010 | 111001 | 101101 | 1111 | 101000 | 100111 |
Color Harmonies of #8B503C
Complementary color
Monochromatic Colors of #8B503C
Black with #8B503C
Text Example
Text Example
White with #8B503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B503C; }
p { color: rgb(139,80,60); }
H1.HeaderClassName
{
color: #8B503C;
}
.AnyTagClassName
{
color: #8B503C;
}
</style>
background-color css
<style>
a { background-color: #8B503C; }
a { background-color: rgb(139,80,60); }
div.DivClassName
{
background-color: #8B503C;
}
.BgClassName
{
background-color: #8B503C;
}
</style>
border-color css
<style>
span { border-color: #8B503C; }
span { border-color: rgb(139,80,60); }
td.TdClassName
{
border-color: #8B503C;
}
.TagClassName
{
border-color: #8B503C;
}
</style>