Shades of Muesli #9D8151
Tints of Muesli #9D8151
RGB
CMYK
RGB Variations
Color information
#9D8151 (or 0x9D8151) is known color: Muesli. HEX triplet: 9D, 81 and 51. RGB value is (157,129,81). Sum of RGB (Red+Green+Blue) = 157+129+81=367 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.78% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 81 (32.03% from 255 or 22.07% from 367); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8151 is #627EAE. Grayscale: #848484. Windows color (decimal): -6454959 or 5341597. OLE color: 5341597.
HSL color Cylindrical-coordinate representation of color #9D8151: hue angle of 37.89º 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 #9D8151 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 129 | 81 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.38 |
| HSL | 37.89º | 0.32% | 0.47% | - |
| HSV(B) | 37.89º | 0.48% | 0.62% | - |
| XYZ | 23.24 | 23.46 | 11.09 | - |
| YUV | 131.9 | 99.28 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 129 | 81 | 0 | 0.18 | 0.48 | 0.38 | 37.89 | 0.32 | 0.47 |
| Hex | 9D | 81 | 51 | 0 | 12 | 30 | 26 | 26 | 20 | 2F |
| Octal | 235 | 201 | 121 | 0 | 22 | 60 | 46 | 46 | 40 | 57 |
| Binary | 10011101 | 10000001 | 1010001 | 0 | 10010 | 110000 | 100110 | 100110 | 100000 | 101111 |
Color Harmonies of #9D8151
Complementary color
Monochromatic Colors of #9D8151
Black with #9D8151
Text Example
Text Example
White with #9D8151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8151; }
p { color: rgb(157,129,81); }
H1.HeaderClassName
{
color: #9D8151;
}
.AnyTagClassName
{
color: #9D8151;
}
</style>
background-color css
<style>
a { background-color: #9D8151; }
a { background-color: rgb(157,129,81); }
div.DivClassName
{
background-color: #9D8151;
}
.BgClassName
{
background-color: #9D8151;
}
</style>
border-color css
<style>
span { border-color: #9D8151; }
span { border-color: rgb(157,129,81); }
td.TdClassName
{
border-color: #9D8151;
}
.TagClassName
{
border-color: #9D8151;
}
</style>