Shades of Muesli #9A855A
Tints of Muesli #9A855A
RGB
CMYK
RGB Variations
Color information
#9A855A (or 0x9A855A) is known color: Muesli. HEX triplet: 9A, 85 and 5A. RGB value is (154,133,90). Sum of RGB (Red+Green+Blue) = 154+133+90=377 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.85% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 154 - color contains mainly: red. Hex color #9A855A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A855A is #657AA5. Grayscale: #868686. Windows color (decimal): -6650534 or 5932442. OLE color: 5932442.
HSL color Cylindrical-coordinate representation of color #9A855A: hue angle of 40.31º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9A855A is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 133 | 90 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.40 |
| HSL | 40.31º | 0.26% | 0.48% | - |
| HSV(B) | 40.31º | 0.42% | 0.6% | - |
| XYZ | 23.56 | 24.38 | 13.14 | - |
| YUV | 134.38 | 102.96 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 133 | 90 | 0 | 0.14 | 0.42 | 0.40 | 40.31 | 0.26 | 0.48 |
| Hex | 9A | 85 | 5A | 0 | E | 2A | 28 | 28 | 1A | 30 |
| Octal | 232 | 205 | 132 | 0 | 16 | 52 | 50 | 50 | 32 | 60 |
| Binary | 10011010 | 10000101 | 1011010 | 0 | 1110 | 101010 | 101000 | 101000 | 11010 | 110000 |
Color Harmonies of #9A855A
Complementary color
Monochromatic Colors of #9A855A
Black with #9A855A
Text Example
Text Example
White with #9A855A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A855A; }
p { color: rgb(154,133,90); }
H1.HeaderClassName
{
color: #9A855A;
}
.AnyTagClassName
{
color: #9A855A;
}
</style>
background-color css
<style>
a { background-color: #9A855A; }
a { background-color: rgb(154,133,90); }
div.DivClassName
{
background-color: #9A855A;
}
.BgClassName
{
background-color: #9A855A;
}
</style>
border-color css
<style>
span { border-color: #9A855A; }
span { border-color: rgb(154,133,90); }
td.TdClassName
{
border-color: #9A855A;
}
.TagClassName
{
border-color: #9A855A;
}
</style>