Shades of Muesli #9F875C
Tints of Muesli #9F875C
RGB
CMYK
RGB Variations
Color information
#9F875C (or 0x9F875C) is known color: Muesli. HEX triplet: 9F, 87 and 5C. RGB value is (159,135,92). Sum of RGB (Red+Green+Blue) = 159+135+92=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 159 - color contains mainly: red. Hex color #9F875C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F875C is #6078A3. Grayscale: #898989. Windows color (decimal): -6322340 or 6064031. OLE color: 6064031.
HSL color Cylindrical-coordinate representation of color #9F875C: hue angle of 38.51º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9F875C is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 135 | 92 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.38 |
| HSL | 38.51º | 0.27% | 0.49% | - |
| HSV(B) | 38.51º | 0.42% | 0.62% | - |
| XYZ | 24.89 | 25.47 | 13.73 | - |
| YUV | 137.27 | 102.45 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 135 | 92 | 0 | 0.15 | 0.42 | 0.38 | 38.51 | 0.27 | 0.49 |
| Hex | 9F | 87 | 5C | 0 | F | 2A | 26 | 27 | 1B | 31 |
| Octal | 237 | 207 | 134 | 0 | 17 | 52 | 46 | 47 | 33 | 61 |
| Binary | 10011111 | 10000111 | 1011100 | 0 | 1111 | 101010 | 100110 | 100111 | 11011 | 110001 |
Color Harmonies of #9F875C
Complementary color
Monochromatic Colors of #9F875C
Black with #9F875C
Text Example
Text Example
White with #9F875C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F875C; }
p { color: rgb(159,135,92); }
H1.HeaderClassName
{
color: #9F875C;
}
.AnyTagClassName
{
color: #9F875C;
}
</style>
background-color css
<style>
a { background-color: #9F875C; }
a { background-color: rgb(159,135,92); }
div.DivClassName
{
background-color: #9F875C;
}
.BgClassName
{
background-color: #9F875C;
}
</style>
border-color css
<style>
span { border-color: #9F875C; }
span { border-color: rgb(159,135,92); }
td.TdClassName
{
border-color: #9F875C;
}
.TagClassName
{
border-color: #9F875C;
}
</style>