Shades of Muesli #9D8155
Tints of Muesli #9D8155
RGB
CMYK
RGB Variations
Color information
#9D8155 (or 0x9D8155) is known color: Muesli. HEX triplet: 9D, 81 and 55. RGB value is (157,129,85). Sum of RGB (Red+Green+Blue) = 157+129+85=371 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.32% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8155 is #627EAA. Grayscale: #848484. Windows color (decimal): -6454955 or 5603741. OLE color: 5603741.
HSL color Cylindrical-coordinate representation of color #9D8155: hue angle of 36.67º 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 #9D8155 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 129 | 85 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.38 |
| HSL | 36.67º | 0.3% | 0.47% | - |
| HSV(B) | 36.67º | 0.46% | 0.62% | - |
| XYZ | 23.39 | 23.52 | 11.9 | - |
| YUV | 132.36 | 101.28 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 129 | 85 | 0 | 0.18 | 0.46 | 0.38 | 36.67 | 0.3 | 0.47 |
| Hex | 9D | 81 | 55 | 0 | 12 | 2E | 26 | 25 | 1E | 2F |
| Octal | 235 | 201 | 125 | 0 | 22 | 56 | 46 | 45 | 36 | 57 |
| Binary | 10011101 | 10000001 | 1010101 | 0 | 10010 | 101110 | 100110 | 100101 | 11110 | 101111 |
Color Harmonies of #9D8155
Complementary color
Monochromatic Colors of #9D8155
Black with #9D8155
Text Example
Text Example
White with #9D8155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8155; }
p { color: rgb(157,129,85); }
H1.HeaderClassName
{
color: #9D8155;
}
.AnyTagClassName
{
color: #9D8155;
}
</style>
background-color css
<style>
a { background-color: #9D8155; }
a { background-color: rgb(157,129,85); }
div.DivClassName
{
background-color: #9D8155;
}
.BgClassName
{
background-color: #9D8155;
}
</style>
border-color css
<style>
span { border-color: #9D8155; }
span { border-color: rgb(157,129,85); }
td.TdClassName
{
border-color: #9D8155;
}
.TagClassName
{
border-color: #9D8155;
}
</style>