Shades of Muesli #9F8553
Tints of Muesli #9F8553
RGB
CMYK
RGB Variations
Color information
#9F8553 (or 0x9F8553) is known color: Muesli. HEX triplet: 9F, 85 and 53. RGB value is (159,133,83). Sum of RGB (Red+Green+Blue) = 159+133+83=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8553 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8553 is #607AAC. Grayscale: #878787. Windows color (decimal): -6322861 or 5473695. OLE color: 5473695.
HSL color Cylindrical-coordinate representation of color #9F8553: hue angle of 39.47º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9F8553 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 133 | 83 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.38 |
| HSL | 39.47º | 0.31% | 0.47% | - |
| HSV(B) | 39.47º | 0.48% | 0.62% | - |
| XYZ | 24.25 | 24.77 | 11.69 | - |
| YUV | 135.07 | 98.61 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 133 | 83 | 0 | 0.16 | 0.48 | 0.38 | 39.47 | 0.31 | 0.47 |
| Hex | 9F | 85 | 53 | 0 | 10 | 30 | 26 | 27 | 1F | 2F |
| Octal | 237 | 205 | 123 | 0 | 20 | 60 | 46 | 47 | 37 | 57 |
| Binary | 10011111 | 10000101 | 1010011 | 0 | 10000 | 110000 | 100110 | 100111 | 11111 | 101111 |
Color Harmonies of #9F8553
Complementary color
Monochromatic Colors of #9F8553
Black with #9F8553
Text Example
Text Example
White with #9F8553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8553; }
p { color: rgb(159,133,83); }
H1.HeaderClassName
{
color: #9F8553;
}
.AnyTagClassName
{
color: #9F8553;
}
</style>
background-color css
<style>
a { background-color: #9F8553; }
a { background-color: rgb(159,133,83); }
div.DivClassName
{
background-color: #9F8553;
}
.BgClassName
{
background-color: #9F8553;
}
</style>
border-color css
<style>
span { border-color: #9F8553; }
span { border-color: rgb(159,133,83); }
td.TdClassName
{
border-color: #9F8553;
}
.TagClassName
{
border-color: #9F8553;
}
</style>