Shades of Muesli #9D855A
Tints of Muesli #9D855A
RGB
CMYK
RGB Variations
Color information
#9D855A (or 0x9D855A) is known color: Muesli. HEX triplet: 9D, 85 and 5A. RGB value is (157,133,90). Sum of RGB (Red+Green+Blue) = 157+133+90=380 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.32% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 157 - color contains mainly: red. Hex color #9D855A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D855A is #627AA5. Grayscale: #878787. Windows color (decimal): -6453926 or 5932445. OLE color: 5932445.
HSL color Cylindrical-coordinate representation of color #9D855A: hue angle of 38.51º degrees, saturation: 0.27, 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 #9D855A is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 133 | 90 | - |
| CMYK | 0 | 0.15 | 0.43 | 0.38 |
| HSL | 38.51º | 0.27% | 0.48% | - |
| HSV(B) | 38.51º | 0.43% | 0.62% | - |
| XYZ | 24.14 | 24.68 | 13.16 | - |
| YUV | 135.27 | 102.45 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 133 | 90 | 0 | 0.15 | 0.43 | 0.38 | 38.51 | 0.27 | 0.48 |
| Hex | 9D | 85 | 5A | 0 | F | 2B | 26 | 27 | 1B | 30 |
| Octal | 235 | 205 | 132 | 0 | 17 | 53 | 46 | 47 | 33 | 60 |
| Binary | 10011101 | 10000101 | 1011010 | 0 | 1111 | 101011 | 100110 | 100111 | 11011 | 110000 |
Color Harmonies of #9D855A
Complementary color
Monochromatic Colors of #9D855A
Black with #9D855A
Text Example
Text Example
White with #9D855A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D855A; }
p { color: rgb(157,133,90); }
H1.HeaderClassName
{
color: #9D855A;
}
.AnyTagClassName
{
color: #9D855A;
}
</style>
background-color css
<style>
a { background-color: #9D855A; }
a { background-color: rgb(157,133,90); }
div.DivClassName
{
background-color: #9D855A;
}
.BgClassName
{
background-color: #9D855A;
}
</style>
border-color css
<style>
span { border-color: #9D855A; }
span { border-color: rgb(157,133,90); }
td.TdClassName
{
border-color: #9D855A;
}
.TagClassName
{
border-color: #9D855A;
}
</style>