Shades of Muesli #9D895C
Tints of Muesli #9D895C
RGB
CMYK
RGB Variations
Color information
#9D895C (or 0x9D895C) is known color: Muesli. HEX triplet: 9D, 89 and 5C. RGB value is (157,137,92). Sum of RGB (Red+Green+Blue) = 157+137+92=386 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.67% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 157 - color contains mainly: red. Hex color #9D895C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D895C is #6276A3. Grayscale: #8A8A8A. Windows color (decimal): -6452900 or 6064541. OLE color: 6064541.
HSL color Cylindrical-coordinate representation of color #9D895C: hue angle of 41.54º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9D895C is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 137 | 92 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.38 |
| HSL | 41.54º | 0.26% | 0.49% | - |
| HSV(B) | 41.54º | 0.41% | 0.62% | - |
| XYZ | 24.78 | 25.83 | 13.81 | - |
| YUV | 137.85 | 102.13 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 137 | 92 | 0 | 0.13 | 0.41 | 0.38 | 41.54 | 0.26 | 0.49 |
| Hex | 9D | 89 | 5C | 0 | D | 29 | 26 | 2A | 1A | 31 |
| Octal | 235 | 211 | 134 | 0 | 15 | 51 | 46 | 52 | 32 | 61 |
| Binary | 10011101 | 10001001 | 1011100 | 0 | 1101 | 101001 | 100110 | 101010 | 11010 | 110001 |
Color Harmonies of #9D895C
Complementary color
Monochromatic Colors of #9D895C
Black with #9D895C
Text Example
Text Example
White with #9D895C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D895C; }
p { color: rgb(157,137,92); }
H1.HeaderClassName
{
color: #9D895C;
}
.AnyTagClassName
{
color: #9D895C;
}
</style>
background-color css
<style>
a { background-color: #9D895C; }
a { background-color: rgb(157,137,92); }
div.DivClassName
{
background-color: #9D895C;
}
.BgClassName
{
background-color: #9D895C;
}
</style>
border-color css
<style>
span { border-color: #9D895C; }
span { border-color: rgb(157,137,92); }
td.TdClassName
{
border-color: #9D895C;
}
.TagClassName
{
border-color: #9D895C;
}
</style>