Shades of Mule Fawn #884A3C
Tints of Mule Fawn #884A3C
RGB
CMYK
RGB Variations
Color information
#884A3C (or 0x884A3C) is known color: Mule Fawn. HEX triplet: 88, 4A and 3C. RGB value is (136,74,60). Sum of RGB (Red+Green+Blue) = 136+74+60=270 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.37% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 136 - color contains mainly: red. Hex color #884A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884A3C is #77B5C3. Grayscale: #5B5B5B. Windows color (decimal): -7845316 or 3951240. OLE color: 3951240.
HSL color Cylindrical-coordinate representation of color #884A3C: hue angle of 11.05º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #884A3C is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 74 | 60 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.47 |
| HSL | 11.05º | 0.39% | 0.38% | - |
| HSV(B) | 11.05º | 0.56% | 0.53% | - |
| XYZ | 13.42 | 10.46 | 5.59 | - |
| YUV | 90.94 | 110.54 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 60 | 0 | 0.46 | 0.56 | 0.47 | 11.05 | 0.39 | 0.38 |
| Hex | 88 | 4A | 3C | 0 | 2E | 38 | 2F | B | 27 | 26 |
| Octal | 210 | 112 | 74 | 0 | 56 | 70 | 57 | 13 | 47 | 46 |
| Binary | 10001000 | 1001010 | 111100 | 0 | 101110 | 111000 | 101111 | 1011 | 100111 | 100110 |
Color Harmonies of #884A3C
Complementary color
Monochromatic Colors of #884A3C
Black with #884A3C
Text Example
Text Example
White with #884A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884A3C; }
p { color: rgb(136,74,60); }
H1.HeaderClassName
{
color: #884A3C;
}
.AnyTagClassName
{
color: #884A3C;
}
</style>
background-color css
<style>
a { background-color: #884A3C; }
a { background-color: rgb(136,74,60); }
div.DivClassName
{
background-color: #884A3C;
}
.BgClassName
{
background-color: #884A3C;
}
</style>
border-color css
<style>
span { border-color: #884A3C; }
span { border-color: rgb(136,74,60); }
td.TdClassName
{
border-color: #884A3C;
}
.TagClassName
{
border-color: #884A3C;
}
</style>