Shades of Muesli #9B8A57
Tints of Muesli #9B8A57
RGB
CMYK
RGB Variations
Color information
#9B8A57 (or 0x9B8A57) is known color: Muesli. HEX triplet: 9B, 8A and 57. RGB value is (155,138,87). Sum of RGB (Red+Green+Blue) = 155+138+87=380 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.79% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 87 (34.38% from 255 or 22.89% from 380); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8A57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8A57 is #6475A8. Grayscale: #898989. Windows color (decimal): -6583721 or 5737115. OLE color: 5737115.
HSL color Cylindrical-coordinate representation of color #9B8A57: hue angle of 45º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9B8A57 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 138 | 87 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.39 |
| HSL | 45º | 0.28% | 0.47% | - |
| HSV(B) | 45º | 0.44% | 0.61% | - |
| XYZ | 24.33 | 25.83 | 12.72 | - |
| YUV | 137.27 | 99.63 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 138 | 87 | 0 | 0.11 | 0.44 | 0.39 | 45 | 0.28 | 0.47 |
| Hex | 9B | 8A | 57 | 0 | B | 2C | 27 | 2D | 1C | 2F |
| Octal | 233 | 212 | 127 | 0 | 13 | 54 | 47 | 55 | 34 | 57 |
| Binary | 10011011 | 10001010 | 1010111 | 0 | 1011 | 101100 | 100111 | 101101 | 11100 | 101111 |
Color Harmonies of #9B8A57
Complementary color
Monochromatic Colors of #9B8A57
Black with #9B8A57
Text Example
Text Example
White with #9B8A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8A57; }
p { color: rgb(155,138,87); }
H1.HeaderClassName
{
color: #9B8A57;
}
.AnyTagClassName
{
color: #9B8A57;
}
</style>
background-color css
<style>
a { background-color: #9B8A57; }
a { background-color: rgb(155,138,87); }
div.DivClassName
{
background-color: #9B8A57;
}
.BgClassName
{
background-color: #9B8A57;
}
</style>
border-color css
<style>
span { border-color: #9B8A57; }
span { border-color: rgb(155,138,87); }
td.TdClassName
{
border-color: #9B8A57;
}
.TagClassName
{
border-color: #9B8A57;
}
</style>