Shades of Mule Fawn #844C3E
Tints of Mule Fawn #844C3E
RGB
CMYK
RGB Variations
Color information
#844C3E (or 0x844C3E) is known color: Mule Fawn. HEX triplet: 84, 4C and 3E. RGB value is (132,76,62). Sum of RGB (Red+Green+Blue) = 132+76+62=270 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.89% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 62 (24.61% from 255 or 22.96% from 270); Max value from RGB is 132 - color contains mainly: red. Hex color #844C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844C3E is #7BB3C1. Grayscale: #5B5B5B. Windows color (decimal): -8106946 or 4082820. OLE color: 4082820.
HSL color Cylindrical-coordinate representation of color #844C3E: 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 #844C3E is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 76 | 62 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.48 |
| HSL | 12º | 0.36% | 0.38% | - |
| HSV(B) | 12º | 0.53% | 0.52% | - |
| XYZ | 12.97 | 10.42 | 5.89 | - |
| YUV | 91.15 | 111.55 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 76 | 62 | 0 | 0.42 | 0.53 | 0.48 | 12 | 0.36 | 0.38 |
| Hex | 84 | 4C | 3E | 0 | 2A | 35 | 30 | C | 24 | 26 |
| Octal | 204 | 114 | 76 | 0 | 52 | 65 | 60 | 14 | 44 | 46 |
| Binary | 10000100 | 1001100 | 111110 | 0 | 101010 | 110101 | 110000 | 1100 | 100100 | 100110 |
Color Harmonies of #844C3E
Complementary color
Monochromatic Colors of #844C3E
Black with #844C3E
Text Example
Text Example
White with #844C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844C3E; }
p { color: rgb(132,76,62); }
H1.HeaderClassName
{
color: #844C3E;
}
.AnyTagClassName
{
color: #844C3E;
}
</style>
background-color css
<style>
a { background-color: #844C3E; }
a { background-color: rgb(132,76,62); }
div.DivClassName
{
background-color: #844C3E;
}
.BgClassName
{
background-color: #844C3E;
}
</style>
border-color css
<style>
span { border-color: #844C3E; }
span { border-color: rgb(132,76,62); }
td.TdClassName
{
border-color: #844C3E;
}
.TagClassName
{
border-color: #844C3E;
}
</style>