Shades of Mule Fawn #885448
Tints of Mule Fawn #885448
RGB
CMYK
RGB Variations
Color information
#885448 (or 0x885448) is known color: Mule Fawn. HEX triplet: 88, 54 and 48. RGB value is (136,84,72). Sum of RGB (Red+Green+Blue) = 136+84+72=292 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.58% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 72 (28.52% from 255 or 24.66% from 292); Max value from RGB is 136 - color contains mainly: red. Hex color #885448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885448 is #77ABB7. Grayscale: #626262. Windows color (decimal): -7842744 or 4740232. OLE color: 4740232.
HSL color Cylindrical-coordinate representation of color #885448: hue angle of 11.25º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #885448 is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 84 | 72 | - |
| CMYK | 0 | 0.38 | 0.47 | 0.47 |
| HSL | 11.25º | 0.31% | 0.41% | - |
| HSV(B) | 11.25º | 0.47% | 0.53% | - |
| XYZ | 14.49 | 12.04 | 7.69 | - |
| YUV | 98.18 | 113.23 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 84 | 72 | 0 | 0.38 | 0.47 | 0.47 | 11.25 | 0.31 | 0.41 |
| Hex | 88 | 54 | 48 | 0 | 26 | 2F | 2F | B | 1F | 29 |
| Octal | 210 | 124 | 110 | 0 | 46 | 57 | 57 | 13 | 37 | 51 |
| Binary | 10001000 | 1010100 | 1001000 | 0 | 100110 | 101111 | 101111 | 1011 | 11111 | 101001 |
Color Harmonies of #885448
Complementary color
Monochromatic Colors of #885448
Black with #885448
Text Example
Text Example
White with #885448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885448; }
p { color: rgb(136,84,72); }
H1.HeaderClassName
{
color: #885448;
}
.AnyTagClassName
{
color: #885448;
}
</style>
background-color css
<style>
a { background-color: #885448; }
a { background-color: rgb(136,84,72); }
div.DivClassName
{
background-color: #885448;
}
.BgClassName
{
background-color: #885448;
}
</style>
border-color css
<style>
span { border-color: #885448; }
span { border-color: rgb(136,84,72); }
td.TdClassName
{
border-color: #885448;
}
.TagClassName
{
border-color: #885448;
}
</style>