Shades of Muesli #9D8754
Tints of Muesli #9D8754
RGB
CMYK
RGB Variations
Color information
#9D8754 (or 0x9D8754) is known color: Muesli. HEX triplet: 9D, 87 and 54. RGB value is (157,135,84). Sum of RGB (Red+Green+Blue) = 157+135+84=376 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.76% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 84 (33.20% from 255 or 22.34% from 376); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8754 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8754 is #6278AB. Grayscale: #878787. Windows color (decimal): -6453420 or 5539741. OLE color: 5539741.
HSL color Cylindrical-coordinate representation of color #9D8754: hue angle of 41.92º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D8754 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 135 | 84 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.38 |
| HSL | 41.92º | 0.3% | 0.47% | - |
| HSV(B) | 41.92º | 0.46% | 0.62% | - |
| XYZ | 24.17 | 25.14 | 11.97 | - |
| YUV | 135.76 | 98.79 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 135 | 84 | 0 | 0.14 | 0.46 | 0.38 | 41.92 | 0.3 | 0.47 |
| Hex | 9D | 87 | 54 | 0 | E | 2E | 26 | 2A | 1E | 2F |
| Octal | 235 | 207 | 124 | 0 | 16 | 56 | 46 | 52 | 36 | 57 |
| Binary | 10011101 | 10000111 | 1010100 | 0 | 1110 | 101110 | 100110 | 101010 | 11110 | 101111 |
Color Harmonies of #9D8754
Complementary color
Monochromatic Colors of #9D8754
Black with #9D8754
Text Example
Text Example
White with #9D8754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8754; }
p { color: rgb(157,135,84); }
H1.HeaderClassName
{
color: #9D8754;
}
.AnyTagClassName
{
color: #9D8754;
}
</style>
background-color css
<style>
a { background-color: #9D8754; }
a { background-color: rgb(157,135,84); }
div.DivClassName
{
background-color: #9D8754;
}
.BgClassName
{
background-color: #9D8754;
}
</style>
border-color css
<style>
span { border-color: #9D8754; }
span { border-color: rgb(157,135,84); }
td.TdClassName
{
border-color: #9D8754;
}
.TagClassName
{
border-color: #9D8754;
}
</style>