Shades of Muesli #9D8554
Tints of Muesli #9D8554
RGB
CMYK
RGB Variations
Color information
#9D8554 (or 0x9D8554) is known color: Muesli. HEX triplet: 9D, 85 and 54. RGB value is (157,133,84). Sum of RGB (Red+Green+Blue) = 157+133+84=374 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.98% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 84 (33.20% from 255 or 22.46% from 374); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8554 is #627AAB. Grayscale: #868686. Windows color (decimal): -6453932 or 5539229. OLE color: 5539229.
HSL color Cylindrical-coordinate representation of color #9D8554: hue angle of 40.27º 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 #9D8554 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 133 | 84 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.38 |
| HSL | 40.27º | 0.3% | 0.47% | - |
| HSV(B) | 40.27º | 0.46% | 0.62% | - |
| XYZ | 23.89 | 24.58 | 11.87 | - |
| YUV | 134.59 | 99.45 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 133 | 84 | 0 | 0.15 | 0.46 | 0.38 | 40.27 | 0.3 | 0.47 |
| Hex | 9D | 85 | 54 | 0 | F | 2E | 26 | 28 | 1E | 2F |
| Octal | 235 | 205 | 124 | 0 | 17 | 56 | 46 | 50 | 36 | 57 |
| Binary | 10011101 | 10000101 | 1010100 | 0 | 1111 | 101110 | 100110 | 101000 | 11110 | 101111 |
Color Harmonies of #9D8554
Complementary color
Monochromatic Colors of #9D8554
Black with #9D8554
Text Example
Text Example
White with #9D8554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8554; }
p { color: rgb(157,133,84); }
H1.HeaderClassName
{
color: #9D8554;
}
.AnyTagClassName
{
color: #9D8554;
}
</style>
background-color css
<style>
a { background-color: #9D8554; }
a { background-color: rgb(157,133,84); }
div.DivClassName
{
background-color: #9D8554;
}
.BgClassName
{
background-color: #9D8554;
}
</style>
border-color css
<style>
span { border-color: #9D8554; }
span { border-color: rgb(157,133,84); }
td.TdClassName
{
border-color: #9D8554;
}
.TagClassName
{
border-color: #9D8554;
}
</style>