Shades of Muesli #9F824A
Tints of Muesli #9F824A
RGB
CMYK
RGB Variations
Color information
#9F824A (or 0x9F824A) is known color: Muesli. HEX triplet: 9F, 82 and 4A. RGB value is (159,130,74). Sum of RGB (Red+Green+Blue) = 159+130+74=363 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.80% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 74 (29.30% from 255 or 20.39% from 363); Max value from RGB is 159 - color contains mainly: red. Hex color #9F824A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F824A is #607DB5. Grayscale: #848484. Windows color (decimal): -6323638 or 4883103. OLE color: 4883103.
HSL color Cylindrical-coordinate representation of color #9F824A: hue angle of 39.53º 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 #9F824A is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 130 | 74 | - |
| CMYK | 0 | 0.18 | 0.53 | 0.38 |
| HSL | 39.53º | 0.36% | 0.46% | - |
| HSV(B) | 39.53º | 0.53% | 0.62% | - |
| XYZ | 23.52 | 23.83 | 9.84 | - |
| YUV | 132.29 | 95.11 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 130 | 74 | 0 | 0.18 | 0.53 | 0.38 | 39.53 | 0.36 | 0.46 |
| Hex | 9F | 82 | 4A | 0 | 12 | 35 | 26 | 28 | 24 | 2E |
| Octal | 237 | 202 | 112 | 0 | 22 | 65 | 46 | 50 | 44 | 56 |
| Binary | 10011111 | 10000010 | 1001010 | 0 | 10010 | 110101 | 100110 | 101000 | 100100 | 101110 |
Color Harmonies of #9F824A
Complementary color
Monochromatic Colors of #9F824A
Black with #9F824A
Text Example
Text Example
White with #9F824A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F824A; }
p { color: rgb(159,130,74); }
H1.HeaderClassName
{
color: #9F824A;
}
.AnyTagClassName
{
color: #9F824A;
}
</style>
background-color css
<style>
a { background-color: #9F824A; }
a { background-color: rgb(159,130,74); }
div.DivClassName
{
background-color: #9F824A;
}
.BgClassName
{
background-color: #9F824A;
}
</style>
border-color css
<style>
span { border-color: #9F824A; }
span { border-color: rgb(159,130,74); }
td.TdClassName
{
border-color: #9F824A;
}
.TagClassName
{
border-color: #9F824A;
}
</style>