Shades of Muesli #9B8454
Tints of Muesli #9B8454
RGB
CMYK
RGB Variations
Color information
#9B8454 (or 0x9B8454) is known color: Muesli. HEX triplet: 9B, 84 and 54. RGB value is (155,132,84). Sum of RGB (Red+Green+Blue) = 155+132+84=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 84 (33.20% from 255 or 22.64% from 371); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8454 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8454 is #647BAB. Grayscale: #858585. Windows color (decimal): -6585260 or 5538971. OLE color: 5538971.
HSL color Cylindrical-coordinate representation of color #9B8454: hue angle of 40.56º 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 #9B8454 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 132 | 84 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.39 |
| HSL | 40.56º | 0.3% | 0.47% | - |
| HSV(B) | 40.56º | 0.46% | 0.61% | - |
| XYZ | 23.37 | 24.11 | 11.81 | - |
| YUV | 133.41 | 100.12 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 132 | 84 | 0 | 0.15 | 0.46 | 0.39 | 40.56 | 0.3 | 0.47 |
| Hex | 9B | 84 | 54 | 0 | F | 2E | 27 | 29 | 1E | 2F |
| Octal | 233 | 204 | 124 | 0 | 17 | 56 | 47 | 51 | 36 | 57 |
| Binary | 10011011 | 10000100 | 1010100 | 0 | 1111 | 101110 | 100111 | 101001 | 11110 | 101111 |
Color Harmonies of #9B8454
Complementary color
Monochromatic Colors of #9B8454
Black with #9B8454
Text Example
Text Example
White with #9B8454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8454; }
p { color: rgb(155,132,84); }
H1.HeaderClassName
{
color: #9B8454;
}
.AnyTagClassName
{
color: #9B8454;
}
</style>
background-color css
<style>
a { background-color: #9B8454; }
a { background-color: rgb(155,132,84); }
div.DivClassName
{
background-color: #9B8454;
}
.BgClassName
{
background-color: #9B8454;
}
</style>
border-color css
<style>
span { border-color: #9B8454; }
span { border-color: rgb(155,132,84); }
td.TdClassName
{
border-color: #9B8454;
}
.TagClassName
{
border-color: #9B8454;
}
</style>