Shades of Muesli #9B8143
Tints of Muesli #9B8143
RGB
CMYK
RGB Variations
Color information
#9B8143 (or 0x9B8143) is known color: Muesli. HEX triplet: 9B, 81 and 43. RGB value is (155,129,67). Sum of RGB (Red+Green+Blue) = 155+129+67=351 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.16% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 67 (26.56% from 255 or 19.09% from 351); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8143 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8143 is #647EBC. Grayscale: #818181. Windows color (decimal): -6586045 or 4424091. OLE color: 4424091.
HSL color Cylindrical-coordinate representation of color #9B8143: hue angle of 42.27º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9B8143 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 129 | 67 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.39 |
| HSL | 42.27º | 0.4% | 0.44% | - |
| HSV(B) | 42.27º | 0.57% | 0.61% | - |
| XYZ | 22.38 | 23.07 | 8.58 | - |
| YUV | 129.71 | 92.61 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 129 | 67 | 0 | 0.17 | 0.57 | 0.39 | 42.27 | 0.4 | 0.44 |
| Hex | 9B | 81 | 43 | 0 | 11 | 39 | 27 | 2A | 28 | 2C |
| Octal | 233 | 201 | 103 | 0 | 21 | 71 | 47 | 52 | 50 | 54 |
| Binary | 10011011 | 10000001 | 1000011 | 0 | 10001 | 111001 | 100111 | 101010 | 101000 | 101100 |
Color Harmonies of #9B8143
Complementary color
Monochromatic Colors of #9B8143
Black with #9B8143
Text Example
Text Example
White with #9B8143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8143; }
p { color: rgb(155,129,67); }
H1.HeaderClassName
{
color: #9B8143;
}
.AnyTagClassName
{
color: #9B8143;
}
</style>
background-color css
<style>
a { background-color: #9B8143; }
a { background-color: rgb(155,129,67); }
div.DivClassName
{
background-color: #9B8143;
}
.BgClassName
{
background-color: #9B8143;
}
</style>
border-color css
<style>
span { border-color: #9B8143; }
span { border-color: rgb(155,129,67); }
td.TdClassName
{
border-color: #9B8143;
}
.TagClassName
{
border-color: #9B8143;
}
</style>