Shades of Muesli #9E875A
Tints of Muesli #9E875A
RGB
CMYK
RGB Variations
Color information
#9E875A (or 0x9E875A) is known color: Muesli. HEX triplet: 9E, 87 and 5A. RGB value is (158,135,90). Sum of RGB (Red+Green+Blue) = 158+135+90=383 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.25% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 158 - color contains mainly: red. Hex color #9E875A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E875A is #6178A5. Grayscale: #888888. Windows color (decimal): -6387878 or 5932958. OLE color: 5932958.
HSL color Cylindrical-coordinate representation of color #9E875A: hue angle of 39.71º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9E875A is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 135 | 90 | - |
| CMYK | 0 | 0.15 | 0.43 | 0.38 |
| HSL | 39.71º | 0.27% | 0.49% | - |
| HSV(B) | 39.71º | 0.43% | 0.62% | - |
| XYZ | 24.61 | 25.34 | 13.27 | - |
| YUV | 136.75 | 101.62 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 135 | 90 | 0 | 0.15 | 0.43 | 0.38 | 39.71 | 0.27 | 0.49 |
| Hex | 9E | 87 | 5A | 0 | F | 2B | 26 | 28 | 1B | 31 |
| Octal | 236 | 207 | 132 | 0 | 17 | 53 | 46 | 50 | 33 | 61 |
| Binary | 10011110 | 10000111 | 1011010 | 0 | 1111 | 101011 | 100110 | 101000 | 11011 | 110001 |
Color Harmonies of #9E875A
Complementary color
Monochromatic Colors of #9E875A
Black with #9E875A
Text Example
Text Example
White with #9E875A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E875A; }
p { color: rgb(158,135,90); }
H1.HeaderClassName
{
color: #9E875A;
}
.AnyTagClassName
{
color: #9E875A;
}
</style>
background-color css
<style>
a { background-color: #9E875A; }
a { background-color: rgb(158,135,90); }
div.DivClassName
{
background-color: #9E875A;
}
.BgClassName
{
background-color: #9E875A;
}
</style>
border-color css
<style>
span { border-color: #9E875A; }
span { border-color: rgb(158,135,90); }
td.TdClassName
{
border-color: #9E875A;
}
.TagClassName
{
border-color: #9E875A;
}
</style>