Shades of Mule Fawn #844A3F
Tints of Mule Fawn #844A3F
RGB
CMYK
RGB Variations
Color information
#844A3F (or 0x844A3F) is known color: Mule Fawn. HEX triplet: 84, 4A and 3F. RGB value is (132,74,63). Sum of RGB (Red+Green+Blue) = 132+74+63=269 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.07% from 269); Green value is 74 (29.30% from 255 or 27.51% from 269); Blue value is 63 (25% from 255 or 23.42% from 269); Max value from RGB is 132 - color contains mainly: red. Hex color #844A3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844A3F is #7BB5C0. Grayscale: #5A5A5A. Windows color (decimal): -8107457 or 4147844. OLE color: 4147844.
HSL color Cylindrical-coordinate representation of color #844A3F: hue angle of 9.57º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #844A3F is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 74 | 63 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.48 |
| HSL | 9.57º | 0.35% | 0.38% | - |
| HSV(B) | 9.57º | 0.52% | 0.52% | - |
| XYZ | 12.86 | 10.16 | 5.99 | - |
| YUV | 90.09 | 112.72 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 74 | 63 | 0 | 0.44 | 0.52 | 0.48 | 9.57 | 0.35 | 0.38 |
| Hex | 84 | 4A | 3F | 0 | 2C | 34 | 30 | A | 23 | 26 |
| Octal | 204 | 112 | 77 | 0 | 54 | 64 | 60 | 12 | 43 | 46 |
| Binary | 10000100 | 1001010 | 111111 | 0 | 101100 | 110100 | 110000 | 1010 | 100011 | 100110 |
Color Harmonies of #844A3F
Complementary color
Monochromatic Colors of #844A3F
Black with #844A3F
Text Example
Text Example
White with #844A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844A3F; }
p { color: rgb(132,74,63); }
H1.HeaderClassName
{
color: #844A3F;
}
.AnyTagClassName
{
color: #844A3F;
}
</style>
background-color css
<style>
a { background-color: #844A3F; }
a { background-color: rgb(132,74,63); }
div.DivClassName
{
background-color: #844A3F;
}
.BgClassName
{
background-color: #844A3F;
}
</style>
border-color css
<style>
span { border-color: #844A3F; }
span { border-color: rgb(132,74,63); }
td.TdClassName
{
border-color: #844A3F;
}
.TagClassName
{
border-color: #844A3F;
}
</style>