Shades of Muesli #9D8851
Tints of Muesli #9D8851
RGB
CMYK
RGB Variations
Color information
#9D8851 (or 0x9D8851) is known color: Muesli. HEX triplet: 9D, 88 and 51. RGB value is (157,136,81). Sum of RGB (Red+Green+Blue) = 157+136+81=374 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.98% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 81 (32.03% from 255 or 21.66% from 374); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8851 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8851 is #6277AE. Grayscale: #888888. Windows color (decimal): -6453167 or 5343389. OLE color: 5343389.
HSL color Cylindrical-coordinate representation of color #9D8851: hue angle of 43.42º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9D8851 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 136 | 81 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.38 |
| HSL | 43.42º | 0.32% | 0.47% | - |
| HSV(B) | 43.42º | 0.48% | 0.62% | - |
| XYZ | 24.19 | 25.37 | 11.41 | - |
| YUV | 136.01 | 96.96 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 136 | 81 | 0 | 0.13 | 0.48 | 0.38 | 43.42 | 0.32 | 0.47 |
| Hex | 9D | 88 | 51 | 0 | D | 30 | 26 | 2B | 20 | 2F |
| Octal | 235 | 210 | 121 | 0 | 15 | 60 | 46 | 53 | 40 | 57 |
| Binary | 10011101 | 10001000 | 1010001 | 0 | 1101 | 110000 | 100110 | 101011 | 100000 | 101111 |
Color Harmonies of #9D8851
Complementary color
Monochromatic Colors of #9D8851
Black with #9D8851
Text Example
Text Example
White with #9D8851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8851; }
p { color: rgb(157,136,81); }
H1.HeaderClassName
{
color: #9D8851;
}
.AnyTagClassName
{
color: #9D8851;
}
</style>
background-color css
<style>
a { background-color: #9D8851; }
a { background-color: rgb(157,136,81); }
div.DivClassName
{
background-color: #9D8851;
}
.BgClassName
{
background-color: #9D8851;
}
</style>
border-color css
<style>
span { border-color: #9D8851; }
span { border-color: rgb(157,136,81); }
td.TdClassName
{
border-color: #9D8851;
}
.TagClassName
{
border-color: #9D8851;
}
</style>