Shades of Mule Fawn #854C3F
Tints of Mule Fawn #854C3F
RGB
CMYK
RGB Variations
Color information
#854C3F (or 0x854C3F) is known color: Mule Fawn. HEX triplet: 85, 4C and 3F. RGB value is (133,76,63). Sum of RGB (Red+Green+Blue) = 133+76+63=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 76 (30.08% from 255 or 27.94% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #854C3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854C3F is #7AB3C0. Grayscale: #5B5B5B. Windows color (decimal): -8041409 or 4148357. OLE color: 4148357.
HSL color Cylindrical-coordinate representation of color #854C3F: hue angle of 11.14º 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 #854C3F is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 76 | 63 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.48 |
| HSL | 11.14º | 0.36% | 0.38% | - |
| HSV(B) | 11.14º | 0.53% | 0.52% | - |
| XYZ | 13.15 | 10.51 | 6.04 | - |
| YUV | 91.56 | 111.88 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 76 | 63 | 0 | 0.43 | 0.53 | 0.48 | 11.14 | 0.36 | 0.38 |
| Hex | 85 | 4C | 3F | 0 | 2B | 35 | 30 | B | 24 | 26 |
| Octal | 205 | 114 | 77 | 0 | 53 | 65 | 60 | 13 | 44 | 46 |
| Binary | 10000101 | 1001100 | 111111 | 0 | 101011 | 110101 | 110000 | 1011 | 100100 | 100110 |
Color Harmonies of #854C3F
Complementary color
Monochromatic Colors of #854C3F
Black with #854C3F
Text Example
Text Example
White with #854C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854C3F; }
p { color: rgb(133,76,63); }
H1.HeaderClassName
{
color: #854C3F;
}
.AnyTagClassName
{
color: #854C3F;
}
</style>
background-color css
<style>
a { background-color: #854C3F; }
a { background-color: rgb(133,76,63); }
div.DivClassName
{
background-color: #854C3F;
}
.BgClassName
{
background-color: #854C3F;
}
</style>
border-color css
<style>
span { border-color: #854C3F; }
span { border-color: rgb(133,76,63); }
td.TdClassName
{
border-color: #854C3F;
}
.TagClassName
{
border-color: #854C3F;
}
</style>