Shades of Muesli #9A8950
Tints of Muesli #9A8950
RGB
CMYK
RGB Variations
Color information
#9A8950 (or 0x9A8950) is known color: Muesli. HEX triplet: 9A, 89 and 50. RGB value is (154,137,80). Sum of RGB (Red+Green+Blue) = 154+137+80=371 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.51% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8950 is #6576AF. Grayscale: #878787. Windows color (decimal): -6649520 or 5278106. OLE color: 5278106.
HSL color Cylindrical-coordinate representation of color #9A8950: hue angle of 46.22º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9A8950 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 137 | 80 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.40 |
| HSL | 46.22º | 0.32% | 0.46% | - |
| HSV(B) | 46.22º | 0.48% | 0.6% | - |
| XYZ | 23.72 | 25.34 | 11.23 | - |
| YUV | 135.59 | 96.63 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 137 | 80 | 0 | 0.11 | 0.48 | 0.40 | 46.22 | 0.32 | 0.46 |
| Hex | 9A | 89 | 50 | 0 | B | 30 | 28 | 2E | 20 | 2E |
| Octal | 232 | 211 | 120 | 0 | 13 | 60 | 50 | 56 | 40 | 56 |
| Binary | 10011010 | 10001001 | 1010000 | 0 | 1011 | 110000 | 101000 | 101110 | 100000 | 101110 |
Color Harmonies of #9A8950
Complementary color
Monochromatic Colors of #9A8950
Black with #9A8950
Text Example
Text Example
White with #9A8950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8950; }
p { color: rgb(154,137,80); }
H1.HeaderClassName
{
color: #9A8950;
}
.AnyTagClassName
{
color: #9A8950;
}
</style>
background-color css
<style>
a { background-color: #9A8950; }
a { background-color: rgb(154,137,80); }
div.DivClassName
{
background-color: #9A8950;
}
.BgClassName
{
background-color: #9A8950;
}
</style>
border-color css
<style>
span { border-color: #9A8950; }
span { border-color: rgb(154,137,80); }
td.TdClassName
{
border-color: #9A8950;
}
.TagClassName
{
border-color: #9A8950;
}
</style>