Shades of Muesli #9A8359
Tints of Muesli #9A8359
RGB
CMYK
RGB Variations
Color information
#9A8359 (or 0x9A8359) is known color: Muesli. HEX triplet: 9A, 83 and 59. RGB value is (154,131,89). Sum of RGB (Red+Green+Blue) = 154+131+89=374 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.18% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 89 (35.16% from 255 or 23.80% from 374); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8359 is #657CA6. Grayscale: #858585. Windows color (decimal): -6651047 or 5866394. OLE color: 5866394.
HSL color Cylindrical-coordinate representation of color #9A8359: hue angle of 38.77º degrees, saturation: 0.27, 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 #9A8359 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 131 | 89 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.40 |
| HSL | 38.77º | 0.27% | 0.48% | - |
| HSV(B) | 38.77º | 0.42% | 0.6% | - |
| XYZ | 23.25 | 23.82 | 12.82 | - |
| YUV | 133.09 | 103.12 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 131 | 89 | 0 | 0.15 | 0.42 | 0.40 | 38.77 | 0.27 | 0.48 |
| Hex | 9A | 83 | 59 | 0 | F | 2A | 28 | 27 | 1B | 30 |
| Octal | 232 | 203 | 131 | 0 | 17 | 52 | 50 | 47 | 33 | 60 |
| Binary | 10011010 | 10000011 | 1011001 | 0 | 1111 | 101010 | 101000 | 100111 | 11011 | 110000 |
Color Harmonies of #9A8359
Complementary color
Monochromatic Colors of #9A8359
Black with #9A8359
Text Example
Text Example
White with #9A8359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8359; }
p { color: rgb(154,131,89); }
H1.HeaderClassName
{
color: #9A8359;
}
.AnyTagClassName
{
color: #9A8359;
}
</style>
background-color css
<style>
a { background-color: #9A8359; }
a { background-color: rgb(154,131,89); }
div.DivClassName
{
background-color: #9A8359;
}
.BgClassName
{
background-color: #9A8359;
}
</style>
border-color css
<style>
span { border-color: #9A8359; }
span { border-color: rgb(154,131,89); }
td.TdClassName
{
border-color: #9A8359;
}
.TagClassName
{
border-color: #9A8359;
}
</style>