Shades of Muesli #9E8457
Tints of Muesli #9E8457
RGB
CMYK
RGB Variations
Color information
#9E8457 (or 0x9E8457) is known color: Muesli. HEX triplet: 9E, 84 and 57. RGB value is (158,132,87). Sum of RGB (Red+Green+Blue) = 158+132+87=377 (49% of max value = 765). Red value is 158 (62.11% from 255 or 41.91% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 87 (34.38% from 255 or 23.08% from 377); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8457 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8457 is #617BA8. Grayscale: #868686. Windows color (decimal): -6388649 or 5735582. OLE color: 5735582.
HSL color Cylindrical-coordinate representation of color #9E8457: hue angle of 38.03º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9E8457 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 132 | 87 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.38 |
| HSL | 38.03º | 0.29% | 0.48% | - |
| HSV(B) | 38.03º | 0.45% | 0.62% | - |
| XYZ | 24.07 | 24.46 | 12.47 | - |
| YUV | 134.64 | 101.11 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 132 | 87 | 0 | 0.16 | 0.45 | 0.38 | 38.03 | 0.29 | 0.48 |
| Hex | 9E | 84 | 57 | 0 | 10 | 2D | 26 | 26 | 1D | 30 |
| Octal | 236 | 204 | 127 | 0 | 20 | 55 | 46 | 46 | 35 | 60 |
| Binary | 10011110 | 10000100 | 1010111 | 0 | 10000 | 101101 | 100110 | 100110 | 11101 | 110000 |
Color Harmonies of #9E8457
Complementary color
Monochromatic Colors of #9E8457
Black with #9E8457
Text Example
Text Example
White with #9E8457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8457; }
p { color: rgb(158,132,87); }
H1.HeaderClassName
{
color: #9E8457;
}
.AnyTagClassName
{
color: #9E8457;
}
</style>
background-color css
<style>
a { background-color: #9E8457; }
a { background-color: rgb(158,132,87); }
div.DivClassName
{
background-color: #9E8457;
}
.BgClassName
{
background-color: #9E8457;
}
</style>
border-color css
<style>
span { border-color: #9E8457; }
span { border-color: rgb(158,132,87); }
td.TdClassName
{
border-color: #9E8457;
}
.TagClassName
{
border-color: #9E8457;
}
</style>