Shades of Mule Fawn #885045
Tints of Mule Fawn #885045
RGB
CMYK
RGB Variations
Color information
#885045 (or 0x885045) is known color: Mule Fawn. HEX triplet: 88, 50 and 45. RGB value is (136,80,69). Sum of RGB (Red+Green+Blue) = 136+80+69=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 136 - color contains mainly: red. Hex color #885045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885045 is #77AFBA. Grayscale: #5F5F5F. Windows color (decimal): -7843771 or 4542600. OLE color: 4542600.
HSL color Cylindrical-coordinate representation of color #885045: hue angle of 9.85º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #885045 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 80 | 69 | - |
| CMYK | 0 | 0.41 | 0.49 | 0.47 |
| HSL | 9.85º | 0.33% | 0.4% | - |
| HSV(B) | 9.85º | 0.49% | 0.53% | - |
| XYZ | 14.1 | 11.4 | 7.09 | - |
| YUV | 95.49 | 113.05 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 80 | 69 | 0 | 0.41 | 0.49 | 0.47 | 9.85 | 0.33 | 0.4 |
| Hex | 88 | 50 | 45 | 0 | 29 | 31 | 2F | A | 21 | 28 |
| Octal | 210 | 120 | 105 | 0 | 51 | 61 | 57 | 12 | 41 | 50 |
| Binary | 10001000 | 1010000 | 1000101 | 0 | 101001 | 110001 | 101111 | 1010 | 100001 | 101000 |
Color Harmonies of #885045
Complementary color
Monochromatic Colors of #885045
Black with #885045
Text Example
Text Example
White with #885045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885045; }
p { color: rgb(136,80,69); }
H1.HeaderClassName
{
color: #885045;
}
.AnyTagClassName
{
color: #885045;
}
</style>
background-color css
<style>
a { background-color: #885045; }
a { background-color: rgb(136,80,69); }
div.DivClassName
{
background-color: #885045;
}
.BgClassName
{
background-color: #885045;
}
</style>
border-color css
<style>
span { border-color: #885045; }
span { border-color: rgb(136,80,69); }
td.TdClassName
{
border-color: #885045;
}
.TagClassName
{
border-color: #885045;
}
</style>