Shades of Muesli #9F8751
Tints of Muesli #9F8751
RGB
CMYK
RGB Variations
Color information
#9F8751 (or 0x9F8751) is known color: Muesli. HEX triplet: 9F, 87 and 51. RGB value is (159,135,81). Sum of RGB (Red+Green+Blue) = 159+135+81=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 81 (32.03% from 255 or 21.6% from 375); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8751 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8751 is #6078AE. Grayscale: #888888. Windows color (decimal): -6322351 or 5343135. OLE color: 5343135.
HSL color Cylindrical-coordinate representation of color #9F8751: hue angle of 41.54º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9F8751 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 135 | 81 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.38 |
| HSL | 41.54º | 0.33% | 0.47% | - |
| HSV(B) | 41.54º | 0.49% | 0.62% | - |
| XYZ | 24.45 | 25.29 | 11.38 | - |
| YUV | 136.02 | 96.95 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 135 | 81 | 0 | 0.15 | 0.49 | 0.38 | 41.54 | 0.33 | 0.47 |
| Hex | 9F | 87 | 51 | 0 | F | 31 | 26 | 2A | 20 | 2F |
| Octal | 237 | 207 | 121 | 0 | 17 | 61 | 46 | 52 | 40 | 57 |
| Binary | 10011111 | 10000111 | 1010001 | 0 | 1111 | 110001 | 100110 | 101010 | 100000 | 101111 |
Color Harmonies of #9F8751
Complementary color
Monochromatic Colors of #9F8751
Black with #9F8751
Text Example
Text Example
White with #9F8751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8751; }
p { color: rgb(159,135,81); }
H1.HeaderClassName
{
color: #9F8751;
}
.AnyTagClassName
{
color: #9F8751;
}
</style>
background-color css
<style>
a { background-color: #9F8751; }
a { background-color: rgb(159,135,81); }
div.DivClassName
{
background-color: #9F8751;
}
.BgClassName
{
background-color: #9F8751;
}
</style>
border-color css
<style>
span { border-color: #9F8751; }
span { border-color: rgb(159,135,81); }
td.TdClassName
{
border-color: #9F8751;
}
.TagClassName
{
border-color: #9F8751;
}
</style>