Shades of Muesli #9F804E
Tints of Muesli #9F804E
RGB
CMYK
RGB Variations
Color information
#9F804E (or 0x9F804E) is known color: Muesli. HEX triplet: 9F, 80 and 4E. RGB value is (159,128,78). Sum of RGB (Red+Green+Blue) = 159+128+78=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 159 - color contains mainly: red. Hex color #9F804E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F804E is #607FB1. Grayscale: #838383. Windows color (decimal): -6324146 or 5144735. OLE color: 5144735.
HSL color Cylindrical-coordinate representation of color #9F804E: hue angle of 37.04º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F804E is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 128 | 78 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.38 |
| HSL | 37.04º | 0.34% | 0.46% | - |
| HSV(B) | 37.04º | 0.51% | 0.62% | - |
| XYZ | 23.39 | 23.36 | 10.48 | - |
| YUV | 131.57 | 97.77 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 128 | 78 | 0 | 0.19 | 0.51 | 0.38 | 37.04 | 0.34 | 0.46 |
| Hex | 9F | 80 | 4E | 0 | 13 | 33 | 26 | 25 | 22 | 2E |
| Octal | 237 | 200 | 116 | 0 | 23 | 63 | 46 | 45 | 42 | 56 |
| Binary | 10011111 | 10000000 | 1001110 | 0 | 10011 | 110011 | 100110 | 100101 | 100010 | 101110 |
Color Harmonies of #9F804E
Complementary color
Monochromatic Colors of #9F804E
Black with #9F804E
Text Example
Text Example
White with #9F804E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F804E; }
p { color: rgb(159,128,78); }
H1.HeaderClassName
{
color: #9F804E;
}
.AnyTagClassName
{
color: #9F804E;
}
</style>
background-color css
<style>
a { background-color: #9F804E; }
a { background-color: rgb(159,128,78); }
div.DivClassName
{
background-color: #9F804E;
}
.BgClassName
{
background-color: #9F804E;
}
</style>
border-color css
<style>
span { border-color: #9F804E; }
span { border-color: rgb(159,128,78); }
td.TdClassName
{
border-color: #9F804E;
}
.TagClassName
{
border-color: #9F804E;
}
</style>