Shades of Muesli #9D895E
Tints of Muesli #9D895E
RGB
CMYK
RGB Variations
Color information
#9D895E (or 0x9D895E) is known color: Muesli. HEX triplet: 9D, 89 and 5E. RGB value is (157,137,94). Sum of RGB (Red+Green+Blue) = 157+137+94=388 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.46% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 94 (37.11% from 255 or 24.23% from 388); Max value from RGB is 157 - color contains mainly: red. Hex color #9D895E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D895E is #6276A1. Grayscale: #8A8A8A. Windows color (decimal): -6452898 or 6195613. OLE color: 6195613.
HSL color Cylindrical-coordinate representation of color #9D895E: hue angle of 40.95º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9D895E is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 137 | 94 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.38 |
| HSL | 40.95º | 0.25% | 0.49% | - |
| HSV(B) | 40.95º | 0.4% | 0.62% | - |
| XYZ | 24.87 | 25.87 | 14.27 | - |
| YUV | 138.08 | 103.13 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 137 | 94 | 0 | 0.13 | 0.40 | 0.38 | 40.95 | 0.25 | 0.49 |
| Hex | 9D | 89 | 5E | 0 | D | 28 | 26 | 29 | 19 | 31 |
| Octal | 235 | 211 | 136 | 0 | 15 | 50 | 46 | 51 | 31 | 61 |
| Binary | 10011101 | 10001001 | 1011110 | 0 | 1101 | 101000 | 100110 | 101001 | 11001 | 110001 |
Color Harmonies of #9D895E
Complementary color
Monochromatic Colors of #9D895E
Black with #9D895E
Text Example
Text Example
White with #9D895E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D895E; }
p { color: rgb(157,137,94); }
H1.HeaderClassName
{
color: #9D895E;
}
.AnyTagClassName
{
color: #9D895E;
}
</style>
background-color css
<style>
a { background-color: #9D895E; }
a { background-color: rgb(157,137,94); }
div.DivClassName
{
background-color: #9D895E;
}
.BgClassName
{
background-color: #9D895E;
}
</style>
border-color css
<style>
span { border-color: #9D895E; }
span { border-color: rgb(157,137,94); }
td.TdClassName
{
border-color: #9D895E;
}
.TagClassName
{
border-color: #9D895E;
}
</style>