Shades of Muesli #9D885C
Tints of Muesli #9D885C
RGB
CMYK
RGB Variations
Color information
#9D885C (or 0x9D885C) is known color: Muesli. HEX triplet: 9D, 88 and 5C. RGB value is (157,136,92). Sum of RGB (Red+Green+Blue) = 157+136+92=385 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.78% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 157 - color contains mainly: red. Hex color #9D885C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D885C is #6277A3. Grayscale: #898989. Windows color (decimal): -6453156 or 6064285. OLE color: 6064285.
HSL color Cylindrical-coordinate representation of color #9D885C: hue angle of 40.62º 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 #9D885C is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 136 | 92 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.38 |
| HSL | 40.62º | 0.26% | 0.49% | - |
| HSV(B) | 40.62º | 0.41% | 0.62% | - |
| XYZ | 24.64 | 25.55 | 13.76 | - |
| YUV | 137.26 | 102.46 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 136 | 92 | 0 | 0.13 | 0.41 | 0.38 | 40.62 | 0.26 | 0.49 |
| Hex | 9D | 88 | 5C | 0 | D | 29 | 26 | 29 | 1A | 31 |
| Octal | 235 | 210 | 134 | 0 | 15 | 51 | 46 | 51 | 32 | 61 |
| Binary | 10011101 | 10001000 | 1011100 | 0 | 1101 | 101001 | 100110 | 101001 | 11010 | 110001 |
Color Harmonies of #9D885C
Complementary color
Monochromatic Colors of #9D885C
Black with #9D885C
Text Example
Text Example
White with #9D885C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D885C; }
p { color: rgb(157,136,92); }
H1.HeaderClassName
{
color: #9D885C;
}
.AnyTagClassName
{
color: #9D885C;
}
</style>
background-color css
<style>
a { background-color: #9D885C; }
a { background-color: rgb(157,136,92); }
div.DivClassName
{
background-color: #9D885C;
}
.BgClassName
{
background-color: #9D885C;
}
</style>
border-color css
<style>
span { border-color: #9D885C; }
span { border-color: rgb(157,136,92); }
td.TdClassName
{
border-color: #9D885C;
}
.TagClassName
{
border-color: #9D885C;
}
</style>