Shades of Muesli #9A8450
Tints of Muesli #9A8450
RGB
CMYK
RGB Variations
Color information
#9A8450 (or 0x9A8450) is known color: Muesli. HEX triplet: 9A, 84 and 50. RGB value is (154,132,80). Sum of RGB (Red+Green+Blue) = 154+132+80=366 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.08% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8450 is #657BAF. Grayscale: #848484. Windows color (decimal): -6650800 or 5276826. OLE color: 5276826.
HSL color Cylindrical-coordinate representation of color #9A8450: hue angle of 42.16º 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 #9A8450 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 132 | 80 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.40 |
| HSL | 42.16º | 0.32% | 0.46% | - |
| HSV(B) | 42.16º | 0.48% | 0.6% | - |
| XYZ | 23.03 | 23.95 | 11 | - |
| YUV | 132.65 | 98.29 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 132 | 80 | 0 | 0.14 | 0.48 | 0.40 | 42.16 | 0.32 | 0.46 |
| Hex | 9A | 84 | 50 | 0 | E | 30 | 28 | 2A | 20 | 2E |
| Octal | 232 | 204 | 120 | 0 | 16 | 60 | 50 | 52 | 40 | 56 |
| Binary | 10011010 | 10000100 | 1010000 | 0 | 1110 | 110000 | 101000 | 101010 | 100000 | 101110 |
Color Harmonies of #9A8450
Complementary color
Monochromatic Colors of #9A8450
Black with #9A8450
Text Example
Text Example
White with #9A8450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8450; }
p { color: rgb(154,132,80); }
H1.HeaderClassName
{
color: #9A8450;
}
.AnyTagClassName
{
color: #9A8450;
}
</style>
background-color css
<style>
a { background-color: #9A8450; }
a { background-color: rgb(154,132,80); }
div.DivClassName
{
background-color: #9A8450;
}
.BgClassName
{
background-color: #9A8450;
}
</style>
border-color css
<style>
span { border-color: #9A8450; }
span { border-color: rgb(154,132,80); }
td.TdClassName
{
border-color: #9A8450;
}
.TagClassName
{
border-color: #9A8450;
}
</style>