Shades of Muesli #9B8147
Tints of Muesli #9B8147
RGB
CMYK
RGB Variations
Color information
#9B8147 (or 0x9B8147) is known color: Muesli. HEX triplet: 9B, 81 and 47. RGB value is (155,129,71). Sum of RGB (Red+Green+Blue) = 155+129+71=355 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.66% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 71 (28.12% from 255 or 20% from 355); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8147 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8147 is #647EB8. Grayscale: #828282. Windows color (decimal): -6586041 or 4686235. OLE color: 4686235.
HSL color Cylindrical-coordinate representation of color #9B8147: hue angle of 41.43º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9B8147 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 129 | 71 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.39 |
| HSL | 41.43º | 0.37% | 0.44% | - |
| HSV(B) | 41.43º | 0.54% | 0.61% | - |
| XYZ | 22.51 | 23.12 | 9.24 | - |
| YUV | 130.16 | 94.61 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 129 | 71 | 0 | 0.17 | 0.54 | 0.39 | 41.43 | 0.37 | 0.44 |
| Hex | 9B | 81 | 47 | 0 | 11 | 36 | 27 | 29 | 25 | 2C |
| Octal | 233 | 201 | 107 | 0 | 21 | 66 | 47 | 51 | 45 | 54 |
| Binary | 10011011 | 10000001 | 1000111 | 0 | 10001 | 110110 | 100111 | 101001 | 100101 | 101100 |
Color Harmonies of #9B8147
Complementary color
Monochromatic Colors of #9B8147
Black with #9B8147
Text Example
Text Example
White with #9B8147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8147; }
p { color: rgb(155,129,71); }
H1.HeaderClassName
{
color: #9B8147;
}
.AnyTagClassName
{
color: #9B8147;
}
</style>
background-color css
<style>
a { background-color: #9B8147; }
a { background-color: rgb(155,129,71); }
div.DivClassName
{
background-color: #9B8147;
}
.BgClassName
{
background-color: #9B8147;
}
</style>
border-color css
<style>
span { border-color: #9B8147; }
span { border-color: rgb(155,129,71); }
td.TdClassName
{
border-color: #9B8147;
}
.TagClassName
{
border-color: #9B8147;
}
</style>