Shades of Muesli #9A8758
Tints of Muesli #9A8758
RGB
CMYK
RGB Variations
Color information
#9A8758 (or 0x9A8758) is known color: Muesli. HEX triplet: 9A, 87 and 58. RGB value is (154,135,88). Sum of RGB (Red+Green+Blue) = 154+135+88=377 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.85% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8758 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8758 is #6578A7. Grayscale: #878787. Windows color (decimal): -6650024 or 5801882. OLE color: 5801882.
HSL color Cylindrical-coordinate representation of color #9A8758: hue angle of 42.73º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9A8758 is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 135 | 88 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.40 |
| HSL | 42.73º | 0.27% | 0.47% | - |
| HSV(B) | 42.73º | 0.43% | 0.6% | - |
| XYZ | 23.75 | 24.9 | 12.79 | - |
| YUV | 135.32 | 101.29 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 135 | 88 | 0 | 0.12 | 0.43 | 0.40 | 42.73 | 0.27 | 0.47 |
| Hex | 9A | 87 | 58 | 0 | C | 2B | 28 | 2B | 1B | 2F |
| Octal | 232 | 207 | 130 | 0 | 14 | 53 | 50 | 53 | 33 | 57 |
| Binary | 10011010 | 10000111 | 1011000 | 0 | 1100 | 101011 | 101000 | 101011 | 11011 | 101111 |
Color Harmonies of #9A8758
Complementary color
Monochromatic Colors of #9A8758
Black with #9A8758
Text Example
Text Example
White with #9A8758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8758; }
p { color: rgb(154,135,88); }
H1.HeaderClassName
{
color: #9A8758;
}
.AnyTagClassName
{
color: #9A8758;
}
</style>
background-color css
<style>
a { background-color: #9A8758; }
a { background-color: rgb(154,135,88); }
div.DivClassName
{
background-color: #9A8758;
}
.BgClassName
{
background-color: #9A8758;
}
</style>
border-color css
<style>
span { border-color: #9A8758; }
span { border-color: rgb(154,135,88); }
td.TdClassName
{
border-color: #9A8758;
}
.TagClassName
{
border-color: #9A8758;
}
</style>