Shades of Muesli #9F8752
Tints of Muesli #9F8752
RGB
CMYK
RGB Variations
Color information
#9F8752 (or 0x9F8752) is known color: Muesli. HEX triplet: 9F, 87 and 52. RGB value is (159,135,82). Sum of RGB (Red+Green+Blue) = 159+135+82=376 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.29% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8752 is #6078AD. Grayscale: #888888. Windows color (decimal): -6322350 or 5408671. OLE color: 5408671.
HSL color Cylindrical-coordinate representation of color #9F8752: hue angle of 41.3º degrees, saturation: 0.32, 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 #9F8752 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 135 | 82 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.38 |
| HSL | 41.3º | 0.32% | 0.47% | - |
| HSV(B) | 41.3º | 0.48% | 0.62% | - |
| XYZ | 24.49 | 25.31 | 11.58 | - |
| YUV | 136.13 | 97.45 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 135 | 82 | 0 | 0.15 | 0.48 | 0.38 | 41.3 | 0.32 | 0.47 |
| Hex | 9F | 87 | 52 | 0 | F | 30 | 26 | 29 | 20 | 2F |
| Octal | 237 | 207 | 122 | 0 | 17 | 60 | 46 | 51 | 40 | 57 |
| Binary | 10011111 | 10000111 | 1010010 | 0 | 1111 | 110000 | 100110 | 101001 | 100000 | 101111 |
Color Harmonies of #9F8752
Complementary color
Monochromatic Colors of #9F8752
Black with #9F8752
Text Example
Text Example
White with #9F8752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8752; }
p { color: rgb(159,135,82); }
H1.HeaderClassName
{
color: #9F8752;
}
.AnyTagClassName
{
color: #9F8752;
}
</style>
background-color css
<style>
a { background-color: #9F8752; }
a { background-color: rgb(159,135,82); }
div.DivClassName
{
background-color: #9F8752;
}
.BgClassName
{
background-color: #9F8752;
}
</style>
border-color css
<style>
span { border-color: #9F8752; }
span { border-color: rgb(159,135,82); }
td.TdClassName
{
border-color: #9F8752;
}
.TagClassName
{
border-color: #9F8752;
}
</style>