Shades of Muesli #9D8055
Tints of Muesli #9D8055
RGB
CMYK
RGB Variations
Color information
#9D8055 (or 0x9D8055) is known color: Muesli. HEX triplet: 9D, 80 and 55. RGB value is (157,128,85). Sum of RGB (Red+Green+Blue) = 157+128+85=370 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.43% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 85 (33.59% from 255 or 22.97% from 370); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8055 is #627FAA. Grayscale: #838383. Windows color (decimal): -6455211 or 5603485. OLE color: 5603485.
HSL color Cylindrical-coordinate representation of color #9D8055: hue angle of 35.83º 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 #9D8055 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 128 | 85 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.38 |
| HSL | 35.83º | 0.3% | 0.47% | - |
| HSV(B) | 35.83º | 0.46% | 0.62% | - |
| XYZ | 23.26 | 23.26 | 11.86 | - |
| YUV | 131.77 | 101.61 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 128 | 85 | 0 | 0.18 | 0.46 | 0.38 | 35.83 | 0.3 | 0.47 |
| Hex | 9D | 80 | 55 | 0 | 12 | 2E | 26 | 24 | 1E | 2F |
| Octal | 235 | 200 | 125 | 0 | 22 | 56 | 46 | 44 | 36 | 57 |
| Binary | 10011101 | 10000000 | 1010101 | 0 | 10010 | 101110 | 100110 | 100100 | 11110 | 101111 |
Color Harmonies of #9D8055
Complementary color
Monochromatic Colors of #9D8055
Black with #9D8055
Text Example
Text Example
White with #9D8055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8055; }
p { color: rgb(157,128,85); }
H1.HeaderClassName
{
color: #9D8055;
}
.AnyTagClassName
{
color: #9D8055;
}
</style>
background-color css
<style>
a { background-color: #9D8055; }
a { background-color: rgb(157,128,85); }
div.DivClassName
{
background-color: #9D8055;
}
.BgClassName
{
background-color: #9D8055;
}
</style>
border-color css
<style>
span { border-color: #9D8055; }
span { border-color: rgb(157,128,85); }
td.TdClassName
{
border-color: #9D8055;
}
.TagClassName
{
border-color: #9D8055;
}
</style>