Shades of Muesli #9E8353
Tints of Muesli #9E8353
RGB
CMYK
RGB Variations
Color information
#9E8353 (or 0x9E8353) is known color: Muesli. HEX triplet: 9E, 83 and 53. RGB value is (158,131,83). Sum of RGB (Red+Green+Blue) = 158+131+83=372 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.47% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 83 (32.81% from 255 or 22.31% from 372); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8353 is #617CAC. Grayscale: #858585. Windows color (decimal): -6388909 or 5473182. OLE color: 5473182.
HSL color Cylindrical-coordinate representation of color #9E8353: hue angle of 38.4º 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 #9E8353 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 131 | 83 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.38 |
| HSL | 38.4º | 0.31% | 0.47% | - |
| HSV(B) | 38.4º | 0.47% | 0.62% | - |
| XYZ | 23.78 | 24.13 | 11.59 | - |
| YUV | 133.6 | 99.45 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 131 | 83 | 0 | 0.17 | 0.47 | 0.38 | 38.4 | 0.31 | 0.47 |
| Hex | 9E | 83 | 53 | 0 | 11 | 2F | 26 | 26 | 1F | 2F |
| Octal | 236 | 203 | 123 | 0 | 21 | 57 | 46 | 46 | 37 | 57 |
| Binary | 10011110 | 10000011 | 1010011 | 0 | 10001 | 101111 | 100110 | 100110 | 11111 | 101111 |
Color Harmonies of #9E8353
Complementary color
Monochromatic Colors of #9E8353
Black with #9E8353
Text Example
Text Example
White with #9E8353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8353; }
p { color: rgb(158,131,83); }
H1.HeaderClassName
{
color: #9E8353;
}
.AnyTagClassName
{
color: #9E8353;
}
</style>
background-color css
<style>
a { background-color: #9E8353; }
a { background-color: rgb(158,131,83); }
div.DivClassName
{
background-color: #9E8353;
}
.BgClassName
{
background-color: #9E8353;
}
</style>
border-color css
<style>
span { border-color: #9E8353; }
span { border-color: rgb(158,131,83); }
td.TdClassName
{
border-color: #9E8353;
}
.TagClassName
{
border-color: #9E8353;
}
</style>