Shades of Muesli #9E8754
Tints of Muesli #9E8754
RGB
CMYK
RGB Variations
Color information
#9E8754 (or 0x9E8754) is known color: Muesli. HEX triplet: 9E, 87 and 54. RGB value is (158,135,84). Sum of RGB (Red+Green+Blue) = 158+135+84=377 (49% of max value = 765). Red value is 158 (62.11% from 255 or 41.91% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 84 (33.20% from 255 or 22.28% from 377); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8754 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8754 is #6178AB. Grayscale: #888888. Windows color (decimal): -6387884 or 5539742. OLE color: 5539742.
HSL color Cylindrical-coordinate representation of color #9E8754: hue angle of 41.35º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E8754 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 135 | 84 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.38 |
| HSL | 41.35º | 0.31% | 0.47% | - |
| HSV(B) | 41.35º | 0.47% | 0.62% | - |
| XYZ | 24.36 | 25.24 | 11.97 | - |
| YUV | 136.06 | 98.62 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 135 | 84 | 0 | 0.15 | 0.47 | 0.38 | 41.35 | 0.31 | 0.47 |
| Hex | 9E | 87 | 54 | 0 | F | 2F | 26 | 29 | 1F | 2F |
| Octal | 236 | 207 | 124 | 0 | 17 | 57 | 46 | 51 | 37 | 57 |
| Binary | 10011110 | 10000111 | 1010100 | 0 | 1111 | 101111 | 100110 | 101001 | 11111 | 101111 |
Color Harmonies of #9E8754
Complementary color
Monochromatic Colors of #9E8754
Black with #9E8754
Text Example
Text Example
White with #9E8754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8754; }
p { color: rgb(158,135,84); }
H1.HeaderClassName
{
color: #9E8754;
}
.AnyTagClassName
{
color: #9E8754;
}
</style>
background-color css
<style>
a { background-color: #9E8754; }
a { background-color: rgb(158,135,84); }
div.DivClassName
{
background-color: #9E8754;
}
.BgClassName
{
background-color: #9E8754;
}
</style>
border-color css
<style>
span { border-color: #9E8754; }
span { border-color: rgb(158,135,84); }
td.TdClassName
{
border-color: #9E8754;
}
.TagClassName
{
border-color: #9E8754;
}
</style>