Shades of Muesli #9A8550
Tints of Muesli #9A8550
RGB
CMYK
RGB Variations
Color information
#9A8550 (or 0x9A8550) is known color: Muesli. HEX triplet: 9A, 85 and 50. RGB value is (154,133,80). Sum of RGB (Red+Green+Blue) = 154+133+80=367 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.96% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8550 is #657AAF. Grayscale: #858585. Windows color (decimal): -6650544 or 5277082. OLE color: 5277082.
HSL color Cylindrical-coordinate representation of color #9A8550: hue angle of 42.97º 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 #9A8550 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 133 | 80 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.40 |
| HSL | 42.97º | 0.32% | 0.46% | - |
| HSV(B) | 42.97º | 0.48% | 0.6% | - |
| XYZ | 23.16 | 24.22 | 11.04 | - |
| YUV | 133.24 | 97.96 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 133 | 80 | 0 | 0.14 | 0.48 | 0.40 | 42.97 | 0.32 | 0.46 |
| Hex | 9A | 85 | 50 | 0 | E | 30 | 28 | 2B | 20 | 2E |
| Octal | 232 | 205 | 120 | 0 | 16 | 60 | 50 | 53 | 40 | 56 |
| Binary | 10011010 | 10000101 | 1010000 | 0 | 1110 | 110000 | 101000 | 101011 | 100000 | 101110 |
Color Harmonies of #9A8550
Complementary color
Monochromatic Colors of #9A8550
Black with #9A8550
Text Example
Text Example
White with #9A8550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8550; }
p { color: rgb(154,133,80); }
H1.HeaderClassName
{
color: #9A8550;
}
.AnyTagClassName
{
color: #9A8550;
}
</style>
background-color css
<style>
a { background-color: #9A8550; }
a { background-color: rgb(154,133,80); }
div.DivClassName
{
background-color: #9A8550;
}
.BgClassName
{
background-color: #9A8550;
}
</style>
border-color css
<style>
span { border-color: #9A8550; }
span { border-color: rgb(154,133,80); }
td.TdClassName
{
border-color: #9A8550;
}
.TagClassName
{
border-color: #9A8550;
}
</style>