Shades of Muesli #9B8153
Tints of Muesli #9B8153
RGB
CMYK
RGB Variations
Color information
#9B8153 (or 0x9B8153) is known color: Muesli. HEX triplet: 9B, 81 and 53. RGB value is (155,129,83). Sum of RGB (Red+Green+Blue) = 155+129+83=367 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.23% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 83 (32.81% from 255 or 22.62% from 367); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8153 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8153 is #647EAC. Grayscale: #838383. Windows color (decimal): -6586029 or 5472667. OLE color: 5472667.
HSL color Cylindrical-coordinate representation of color #9B8153: hue angle of 38.33º 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 #9B8153 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 129 | 83 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.39 |
| HSL | 38.33º | 0.3% | 0.47% | - |
| HSV(B) | 38.33º | 0.46% | 0.61% | - |
| XYZ | 22.93 | 23.29 | 11.47 | - |
| YUV | 131.53 | 100.61 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 129 | 83 | 0 | 0.17 | 0.46 | 0.39 | 38.33 | 0.3 | 0.47 |
| Hex | 9B | 81 | 53 | 0 | 11 | 2E | 27 | 26 | 1E | 2F |
| Octal | 233 | 201 | 123 | 0 | 21 | 56 | 47 | 46 | 36 | 57 |
| Binary | 10011011 | 10000001 | 1010011 | 0 | 10001 | 101110 | 100111 | 100110 | 11110 | 101111 |
Color Harmonies of #9B8153
Complementary color
Monochromatic Colors of #9B8153
Black with #9B8153
Text Example
Text Example
White with #9B8153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8153; }
p { color: rgb(155,129,83); }
H1.HeaderClassName
{
color: #9B8153;
}
.AnyTagClassName
{
color: #9B8153;
}
</style>
background-color css
<style>
a { background-color: #9B8153; }
a { background-color: rgb(155,129,83); }
div.DivClassName
{
background-color: #9B8153;
}
.BgClassName
{
background-color: #9B8153;
}
</style>
border-color css
<style>
span { border-color: #9B8153; }
span { border-color: rgb(155,129,83); }
td.TdClassName
{
border-color: #9B8153;
}
.TagClassName
{
border-color: #9B8153;
}
</style>