Shades of Muesli #9E8154
Tints of Muesli #9E8154
RGB
CMYK
RGB Variations
Color information
#9E8154 (or 0x9E8154) is known color: Muesli. HEX triplet: 9E, 81 and 54. RGB value is (158,129,84). Sum of RGB (Red+Green+Blue) = 158+129+84=371 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.59% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 84 (33.20% from 255 or 22.64% from 371); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8154 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8154 is #617EAB. Grayscale: #848484. Windows color (decimal): -6389420 or 5538206. OLE color: 5538206.
HSL color Cylindrical-coordinate representation of color #9E8154: hue angle of 36.49º 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 #9E8154 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 129 | 84 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.38 |
| HSL | 36.49º | 0.31% | 0.47% | - |
| HSV(B) | 36.49º | 0.47% | 0.62% | - |
| XYZ | 23.55 | 23.61 | 11.7 | - |
| YUV | 132.54 | 100.61 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 129 | 84 | 0 | 0.18 | 0.47 | 0.38 | 36.49 | 0.31 | 0.47 |
| Hex | 9E | 81 | 54 | 0 | 12 | 2F | 26 | 24 | 1F | 2F |
| Octal | 236 | 201 | 124 | 0 | 22 | 57 | 46 | 44 | 37 | 57 |
| Binary | 10011110 | 10000001 | 1010100 | 0 | 10010 | 101111 | 100110 | 100100 | 11111 | 101111 |
Color Harmonies of #9E8154
Complementary color
Monochromatic Colors of #9E8154
Black with #9E8154
Text Example
Text Example
White with #9E8154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8154; }
p { color: rgb(158,129,84); }
H1.HeaderClassName
{
color: #9E8154;
}
.AnyTagClassName
{
color: #9E8154;
}
</style>
background-color css
<style>
a { background-color: #9E8154; }
a { background-color: rgb(158,129,84); }
div.DivClassName
{
background-color: #9E8154;
}
.BgClassName
{
background-color: #9E8154;
}
</style>
border-color css
<style>
span { border-color: #9E8154; }
span { border-color: rgb(158,129,84); }
td.TdClassName
{
border-color: #9E8154;
}
.TagClassName
{
border-color: #9E8154;
}
</style>