Shades of Muesli #9E825B
Tints of Muesli #9E825B
RGB
CMYK
RGB Variations
Color information
#9E825B (or 0x9E825B) is known color: Muesli. HEX triplet: 9E, 82 and 5B. RGB value is (158,130,91). Sum of RGB (Red+Green+Blue) = 158+130+91=379 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.69% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 158 - color contains mainly: red. Hex color #9E825B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E825B is #617DA4. Grayscale: #868686. Windows color (decimal): -6389157 or 5997214. OLE color: 5997214.
HSL color Cylindrical-coordinate representation of color #9E825B: hue angle of 34.93º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9E825B is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 130 | 91 | - |
| CMYK | 0 | 0.18 | 0.42 | 0.38 |
| HSL | 34.93º | 0.27% | 0.49% | - |
| HSV(B) | 34.93º | 0.42% | 0.62% | - |
| XYZ | 23.97 | 23.99 | 13.26 | - |
| YUV | 133.93 | 103.78 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 130 | 91 | 0 | 0.18 | 0.42 | 0.38 | 34.93 | 0.27 | 0.49 |
| Hex | 9E | 82 | 5B | 0 | 12 | 2A | 26 | 23 | 1B | 31 |
| Octal | 236 | 202 | 133 | 0 | 22 | 52 | 46 | 43 | 33 | 61 |
| Binary | 10011110 | 10000010 | 1011011 | 0 | 10010 | 101010 | 100110 | 100011 | 11011 | 110001 |
Color Harmonies of #9E825B
Complementary color
Monochromatic Colors of #9E825B
Black with #9E825B
Text Example
Text Example
White with #9E825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E825B; }
p { color: rgb(158,130,91); }
H1.HeaderClassName
{
color: #9E825B;
}
.AnyTagClassName
{
color: #9E825B;
}
</style>
background-color css
<style>
a { background-color: #9E825B; }
a { background-color: rgb(158,130,91); }
div.DivClassName
{
background-color: #9E825B;
}
.BgClassName
{
background-color: #9E825B;
}
</style>
border-color css
<style>
span { border-color: #9E825B; }
span { border-color: rgb(158,130,91); }
td.TdClassName
{
border-color: #9E825B;
}
.TagClassName
{
border-color: #9E825B;
}
</style>