Shades of Muesli #9E8453
Tints of Muesli #9E8453
RGB
CMYK
RGB Variations
Color information
#9E8453 (or 0x9E8453) is known color: Muesli. HEX triplet: 9E, 84 and 53. RGB value is (158,132,83). Sum of RGB (Red+Green+Blue) = 158+132+83=373 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.36% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 83 (32.81% from 255 or 22.25% from 373); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8453 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8453 is #617BAC. Grayscale: #868686. Windows color (decimal): -6388653 or 5473438. OLE color: 5473438.
HSL color Cylindrical-coordinate representation of color #9E8453: hue angle of 39.2º 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 #9E8453 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 132 | 83 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.38 |
| HSL | 39.2º | 0.31% | 0.47% | - |
| HSV(B) | 39.2º | 0.47% | 0.62% | - |
| XYZ | 23.91 | 24.4 | 11.63 | - |
| YUV | 134.19 | 99.11 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 132 | 83 | 0 | 0.16 | 0.47 | 0.38 | 39.2 | 0.31 | 0.47 |
| Hex | 9E | 84 | 53 | 0 | 10 | 2F | 26 | 27 | 1F | 2F |
| Octal | 236 | 204 | 123 | 0 | 20 | 57 | 46 | 47 | 37 | 57 |
| Binary | 10011110 | 10000100 | 1010011 | 0 | 10000 | 101111 | 100110 | 100111 | 11111 | 101111 |
Color Harmonies of #9E8453
Complementary color
Monochromatic Colors of #9E8453
Black with #9E8453
Text Example
Text Example
White with #9E8453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8453; }
p { color: rgb(158,132,83); }
H1.HeaderClassName
{
color: #9E8453;
}
.AnyTagClassName
{
color: #9E8453;
}
</style>
background-color css
<style>
a { background-color: #9E8453; }
a { background-color: rgb(158,132,83); }
div.DivClassName
{
background-color: #9E8453;
}
.BgClassName
{
background-color: #9E8453;
}
</style>
border-color css
<style>
span { border-color: #9E8453; }
span { border-color: rgb(158,132,83); }
td.TdClassName
{
border-color: #9E8453;
}
.TagClassName
{
border-color: #9E8453;
}
</style>