Shades of Muesli #9F8753
Tints of Muesli #9F8753
RGB
CMYK
RGB Variations
Color information
#9F8753 (or 0x9F8753) is known color: Muesli. HEX triplet: 9F, 87 and 53. RGB value is (159,135,83). Sum of RGB (Red+Green+Blue) = 159+135+83=377 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.18% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 83 (32.81% from 255 or 22.02% from 377); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8753 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8753 is #6078AC. Grayscale: #888888. Windows color (decimal): -6322349 or 5474207. OLE color: 5474207.
HSL color Cylindrical-coordinate representation of color #9F8753: hue angle of 41.05º 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 #9F8753 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 135 | 83 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.38 |
| HSL | 41.05º | 0.31% | 0.47% | - |
| HSV(B) | 41.05º | 0.48% | 0.62% | - |
| XYZ | 24.52 | 25.32 | 11.78 | - |
| YUV | 136.25 | 97.95 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 135 | 83 | 0 | 0.15 | 0.48 | 0.38 | 41.05 | 0.31 | 0.47 |
| Hex | 9F | 87 | 53 | 0 | F | 30 | 26 | 29 | 1F | 2F |
| Octal | 237 | 207 | 123 | 0 | 17 | 60 | 46 | 51 | 37 | 57 |
| Binary | 10011111 | 10000111 | 1010011 | 0 | 1111 | 110000 | 100110 | 101001 | 11111 | 101111 |
Color Harmonies of #9F8753
Complementary color
Monochromatic Colors of #9F8753
Black with #9F8753
Text Example
Text Example
White with #9F8753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8753; }
p { color: rgb(159,135,83); }
H1.HeaderClassName
{
color: #9F8753;
}
.AnyTagClassName
{
color: #9F8753;
}
</style>
background-color css
<style>
a { background-color: #9F8753; }
a { background-color: rgb(159,135,83); }
div.DivClassName
{
background-color: #9F8753;
}
.BgClassName
{
background-color: #9F8753;
}
</style>
border-color css
<style>
span { border-color: #9F8753; }
span { border-color: rgb(159,135,83); }
td.TdClassName
{
border-color: #9F8753;
}
.TagClassName
{
border-color: #9F8753;
}
</style>