Shades of Muesli #9B8951
Tints of Muesli #9B8951
RGB
CMYK
RGB Variations
Color information
#9B8951 (or 0x9B8951) is known color: Muesli. HEX triplet: 9B, 89 and 51. RGB value is (155,137,81). Sum of RGB (Red+Green+Blue) = 155+137+81=373 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.55% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 81 (32.03% from 255 or 21.72% from 373); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8951 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8951 is #6476AE. Grayscale: #888888. Windows color (decimal): -6583983 or 5343643. OLE color: 5343643.
HSL color Cylindrical-coordinate representation of color #9B8951: hue angle of 45.41º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9B8951 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 137 | 81 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.39 |
| HSL | 45.41º | 0.31% | 0.46% | - |
| HSV(B) | 45.41º | 0.48% | 0.61% | - |
| XYZ | 23.95 | 25.45 | 11.44 | - |
| YUV | 136 | 96.96 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 137 | 81 | 0 | 0.12 | 0.48 | 0.39 | 45.41 | 0.31 | 0.46 |
| Hex | 9B | 89 | 51 | 0 | C | 30 | 27 | 2D | 1F | 2E |
| Octal | 233 | 211 | 121 | 0 | 14 | 60 | 47 | 55 | 37 | 56 |
| Binary | 10011011 | 10001001 | 1010001 | 0 | 1100 | 110000 | 100111 | 101101 | 11111 | 101110 |
Color Harmonies of #9B8951
Complementary color
Monochromatic Colors of #9B8951
Black with #9B8951
Text Example
Text Example
White with #9B8951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8951; }
p { color: rgb(155,137,81); }
H1.HeaderClassName
{
color: #9B8951;
}
.AnyTagClassName
{
color: #9B8951;
}
</style>
background-color css
<style>
a { background-color: #9B8951; }
a { background-color: rgb(155,137,81); }
div.DivClassName
{
background-color: #9B8951;
}
.BgClassName
{
background-color: #9B8951;
}
</style>
border-color css
<style>
span { border-color: #9B8951; }
span { border-color: rgb(155,137,81); }
td.TdClassName
{
border-color: #9B8951;
}
.TagClassName
{
border-color: #9B8951;
}
</style>