Shades of Mule Fawn #854D3F
Tints of Mule Fawn #854D3F
RGB
CMYK
RGB Variations
Color information
#854D3F (or 0x854D3F) is known color: Mule Fawn. HEX triplet: 85, 4D and 3F. RGB value is (133,77,63). Sum of RGB (Red+Green+Blue) = 133+77+63=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #854D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854D3F is #7AB2C0. Grayscale: #5C5C5C. Windows color (decimal): -8041153 or 4148613. OLE color: 4148613.
HSL color Cylindrical-coordinate representation of color #854D3F: hue angle of 12º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #854D3F is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 77 | 63 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.48 |
| HSL | 12º | 0.36% | 0.38% | - |
| HSV(B) | 12º | 0.53% | 0.52% | - |
| XYZ | 13.22 | 10.65 | 6.06 | - |
| YUV | 92.15 | 111.55 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 77 | 63 | 0 | 0.42 | 0.53 | 0.48 | 12 | 0.36 | 0.38 |
| Hex | 85 | 4D | 3F | 0 | 2A | 35 | 30 | C | 24 | 26 |
| Octal | 205 | 115 | 77 | 0 | 52 | 65 | 60 | 14 | 44 | 46 |
| Binary | 10000101 | 1001101 | 111111 | 0 | 101010 | 110101 | 110000 | 1100 | 100100 | 100110 |
Color Harmonies of #854D3F
Complementary color
Monochromatic Colors of #854D3F
Black with #854D3F
Text Example
Text Example
White with #854D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854D3F; }
p { color: rgb(133,77,63); }
H1.HeaderClassName
{
color: #854D3F;
}
.AnyTagClassName
{
color: #854D3F;
}
</style>
background-color css
<style>
a { background-color: #854D3F; }
a { background-color: rgb(133,77,63); }
div.DivClassName
{
background-color: #854D3F;
}
.BgClassName
{
background-color: #854D3F;
}
</style>
border-color css
<style>
span { border-color: #854D3F; }
span { border-color: rgb(133,77,63); }
td.TdClassName
{
border-color: #854D3F;
}
.TagClassName
{
border-color: #854D3F;
}
</style>