Shades of Muesli #9F804A
Tints of Muesli #9F804A
RGB
CMYK
RGB Variations
Color information
#9F804A (or 0x9F804A) is known color: Muesli. HEX triplet: 9F, 80 and 4A. RGB value is (159,128,74). Sum of RGB (Red+Green+Blue) = 159+128+74=361 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.04% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 159 - color contains mainly: red. Hex color #9F804A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F804A is #607FB5. Grayscale: #838383. Windows color (decimal): -6324150 or 4882591. OLE color: 4882591.
HSL color Cylindrical-coordinate representation of color #9F804A: hue angle of 38.12º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9F804A is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 128 | 74 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.38 |
| HSL | 38.12º | 0.36% | 0.46% | - |
| HSV(B) | 38.12º | 0.53% | 0.62% | - |
| XYZ | 23.25 | 23.3 | 9.75 | - |
| YUV | 131.11 | 95.77 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 128 | 74 | 0 | 0.19 | 0.53 | 0.38 | 38.12 | 0.36 | 0.46 |
| Hex | 9F | 80 | 4A | 0 | 13 | 35 | 26 | 26 | 24 | 2E |
| Octal | 237 | 200 | 112 | 0 | 23 | 65 | 46 | 46 | 44 | 56 |
| Binary | 10011111 | 10000000 | 1001010 | 0 | 10011 | 110101 | 100110 | 100110 | 100100 | 101110 |
Color Harmonies of #9F804A
Complementary color
Monochromatic Colors of #9F804A
Black with #9F804A
Text Example
Text Example
White with #9F804A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F804A; }
p { color: rgb(159,128,74); }
H1.HeaderClassName
{
color: #9F804A;
}
.AnyTagClassName
{
color: #9F804A;
}
</style>
background-color css
<style>
a { background-color: #9F804A; }
a { background-color: rgb(159,128,74); }
div.DivClassName
{
background-color: #9F804A;
}
.BgClassName
{
background-color: #9F804A;
}
</style>
border-color css
<style>
span { border-color: #9F804A; }
span { border-color: rgb(159,128,74); }
td.TdClassName
{
border-color: #9F804A;
}
.TagClassName
{
border-color: #9F804A;
}
</style>