Shades of Muesli #9E8254
Tints of Muesli #9E8254
RGB
CMYK
RGB Variations
Color information
#9E8254 (or 0x9E8254) is known color: Muesli. HEX triplet: 9E, 82 and 54. RGB value is (158,130,84). Sum of RGB (Red+Green+Blue) = 158+130+84=372 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.47% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 84 (33.20% from 255 or 22.58% from 372); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8254 is #617DAB. Grayscale: #858585. Windows color (decimal): -6389164 or 5538462. OLE color: 5538462.
HSL color Cylindrical-coordinate representation of color #9E8254: hue angle of 37.3º 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 #9E8254 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 130 | 84 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.38 |
| HSL | 37.3º | 0.31% | 0.47% | - |
| HSV(B) | 37.3º | 0.47% | 0.62% | - |
| XYZ | 23.68 | 23.87 | 11.75 | - |
| YUV | 133.13 | 100.28 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 130 | 84 | 0 | 0.18 | 0.47 | 0.38 | 37.3 | 0.31 | 0.47 |
| Hex | 9E | 82 | 54 | 0 | 12 | 2F | 26 | 25 | 1F | 2F |
| Octal | 236 | 202 | 124 | 0 | 22 | 57 | 46 | 45 | 37 | 57 |
| Binary | 10011110 | 10000010 | 1010100 | 0 | 10010 | 101111 | 100110 | 100101 | 11111 | 101111 |
Color Harmonies of #9E8254
Complementary color
Monochromatic Colors of #9E8254
Black with #9E8254
Text Example
Text Example
White with #9E8254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8254; }
p { color: rgb(158,130,84); }
H1.HeaderClassName
{
color: #9E8254;
}
.AnyTagClassName
{
color: #9E8254;
}
</style>
background-color css
<style>
a { background-color: #9E8254; }
a { background-color: rgb(158,130,84); }
div.DivClassName
{
background-color: #9E8254;
}
.BgClassName
{
background-color: #9E8254;
}
</style>
border-color css
<style>
span { border-color: #9E8254; }
span { border-color: rgb(158,130,84); }
td.TdClassName
{
border-color: #9E8254;
}
.TagClassName
{
border-color: #9E8254;
}
</style>