Shades of Muesli #9B8953
Tints of Muesli #9B8953
RGB
CMYK
RGB Variations
Color information
#9B8953 (or 0x9B8953) is known color: Muesli. HEX triplet: 9B, 89 and 53. RGB value is (155,137,83). Sum of RGB (Red+Green+Blue) = 155+137+83=375 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.33% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8953 is #6476AC. Grayscale: #888888. Windows color (decimal): -6583981 or 5474715. OLE color: 5474715.
HSL color Cylindrical-coordinate representation of color #9B8953: hue angle of 45º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9B8953 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 137 | 83 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.39 |
| HSL | 45º | 0.3% | 0.47% | - |
| HSV(B) | 45º | 0.46% | 0.61% | - |
| XYZ | 24.02 | 25.48 | 11.84 | - |
| YUV | 136.23 | 97.96 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 137 | 83 | 0 | 0.12 | 0.46 | 0.39 | 45 | 0.3 | 0.47 |
| Hex | 9B | 89 | 53 | 0 | C | 2E | 27 | 2D | 1E | 2F |
| Octal | 233 | 211 | 123 | 0 | 14 | 56 | 47 | 55 | 36 | 57 |
| Binary | 10011011 | 10001001 | 1010011 | 0 | 1100 | 101110 | 100111 | 101101 | 11110 | 101111 |
Color Harmonies of #9B8953
Complementary color
Monochromatic Colors of #9B8953
Black with #9B8953
Text Example
Text Example
White with #9B8953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8953; }
p { color: rgb(155,137,83); }
H1.HeaderClassName
{
color: #9B8953;
}
.AnyTagClassName
{
color: #9B8953;
}
</style>
background-color css
<style>
a { background-color: #9B8953; }
a { background-color: rgb(155,137,83); }
div.DivClassName
{
background-color: #9B8953;
}
.BgClassName
{
background-color: #9B8953;
}
</style>
border-color css
<style>
span { border-color: #9B8953; }
span { border-color: rgb(155,137,83); }
td.TdClassName
{
border-color: #9B8953;
}
.TagClassName
{
border-color: #9B8953;
}
</style>