Shades of Muesli #9D8259
Tints of Muesli #9D8259
RGB
CMYK
RGB Variations
Color information
#9D8259 (or 0x9D8259) is known color: Muesli. HEX triplet: 9D, 82 and 59. RGB value is (157,130,89). Sum of RGB (Red+Green+Blue) = 157+130+89=376 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.76% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 89 (35.16% from 255 or 23.67% from 376); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8259 is #627DA6. Grayscale: #858585. Windows color (decimal): -6454695 or 5866141. OLE color: 5866141.
HSL color Cylindrical-coordinate representation of color #9D8259: hue angle of 36.18º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9D8259 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 130 | 89 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.38 |
| HSL | 36.18º | 0.28% | 0.48% | - |
| HSV(B) | 36.18º | 0.43% | 0.62% | - |
| XYZ | 23.69 | 23.85 | 12.81 | - |
| YUV | 133.4 | 102.95 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 130 | 89 | 0 | 0.17 | 0.43 | 0.38 | 36.18 | 0.28 | 0.48 |
| Hex | 9D | 82 | 59 | 0 | 11 | 2B | 26 | 24 | 1C | 30 |
| Octal | 235 | 202 | 131 | 0 | 21 | 53 | 46 | 44 | 34 | 60 |
| Binary | 10011101 | 10000010 | 1011001 | 0 | 10001 | 101011 | 100110 | 100100 | 11100 | 110000 |
Color Harmonies of #9D8259
Complementary color
Monochromatic Colors of #9D8259
Black with #9D8259
Text Example
Text Example
White with #9D8259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8259; }
p { color: rgb(157,130,89); }
H1.HeaderClassName
{
color: #9D8259;
}
.AnyTagClassName
{
color: #9D8259;
}
</style>
background-color css
<style>
a { background-color: #9D8259; }
a { background-color: rgb(157,130,89); }
div.DivClassName
{
background-color: #9D8259;
}
.BgClassName
{
background-color: #9D8259;
}
</style>
border-color css
<style>
span { border-color: #9D8259; }
span { border-color: rgb(157,130,89); }
td.TdClassName
{
border-color: #9D8259;
}
.TagClassName
{
border-color: #9D8259;
}
</style>