Shades of Muesli #9D8350
Tints of Muesli #9D8350
RGB
CMYK
RGB Variations
Color information
#9D8350 (or 0x9D8350) is known color: Muesli. HEX triplet: 9D, 83 and 50. RGB value is (157,131,80). Sum of RGB (Red+Green+Blue) = 157+131+80=368 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.66% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8350 is #627CAF. Grayscale: #858585. Windows color (decimal): -6454448 or 5276573. OLE color: 5276573.
HSL color Cylindrical-coordinate representation of color #9D8350: hue angle of 39.74º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9D8350 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 131 | 80 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.38 |
| HSL | 39.74º | 0.32% | 0.46% | - |
| HSV(B) | 39.74º | 0.49% | 0.62% | - |
| XYZ | 23.47 | 23.98 | 10.98 | - |
| YUV | 132.96 | 98.11 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 131 | 80 | 0 | 0.17 | 0.49 | 0.38 | 39.74 | 0.32 | 0.46 |
| Hex | 9D | 83 | 50 | 0 | 11 | 31 | 26 | 28 | 20 | 2E |
| Octal | 235 | 203 | 120 | 0 | 21 | 61 | 46 | 50 | 40 | 56 |
| Binary | 10011101 | 10000011 | 1010000 | 0 | 10001 | 110001 | 100110 | 101000 | 100000 | 101110 |
Color Harmonies of #9D8350
Complementary color
Monochromatic Colors of #9D8350
Black with #9D8350
Text Example
Text Example
White with #9D8350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8350; }
p { color: rgb(157,131,80); }
H1.HeaderClassName
{
color: #9D8350;
}
.AnyTagClassName
{
color: #9D8350;
}
</style>
background-color css
<style>
a { background-color: #9D8350; }
a { background-color: rgb(157,131,80); }
div.DivClassName
{
background-color: #9D8350;
}
.BgClassName
{
background-color: #9D8350;
}
</style>
border-color css
<style>
span { border-color: #9D8350; }
span { border-color: rgb(157,131,80); }
td.TdClassName
{
border-color: #9D8350;
}
.TagClassName
{
border-color: #9D8350;
}
</style>