Shades of Muesli #9B854A
Tints of Muesli #9B854A
RGB
CMYK
RGB Variations
Color information
#9B854A (or 0x9B854A) is known color: Muesli. HEX triplet: 9B, 85 and 4A. RGB value is (155,133,74). Sum of RGB (Red+Green+Blue) = 155+133+74=362 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.82% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 155 - color contains mainly: red. Hex color #9B854A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B854A is #647AB5. Grayscale: #858585. Windows color (decimal): -6585014 or 4883867. OLE color: 4883867.
HSL color Cylindrical-coordinate representation of color #9B854A: hue angle of 43.7º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9B854A is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 133 | 74 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.39 |
| HSL | 43.7º | 0.35% | 0.45% | - |
| HSV(B) | 43.7º | 0.52% | 0.61% | - |
| XYZ | 23.14 | 24.24 | 9.94 | - |
| YUV | 132.85 | 94.79 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 133 | 74 | 0 | 0.14 | 0.52 | 0.39 | 43.7 | 0.35 | 0.45 |
| Hex | 9B | 85 | 4A | 0 | E | 34 | 27 | 2C | 23 | 2D |
| Octal | 233 | 205 | 112 | 0 | 16 | 64 | 47 | 54 | 43 | 55 |
| Binary | 10011011 | 10000101 | 1001010 | 0 | 1110 | 110100 | 100111 | 101100 | 100011 | 101101 |
Color Harmonies of #9B854A
Complementary color
Monochromatic Colors of #9B854A
Black with #9B854A
Text Example
Text Example
White with #9B854A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B854A; }
p { color: rgb(155,133,74); }
H1.HeaderClassName
{
color: #9B854A;
}
.AnyTagClassName
{
color: #9B854A;
}
</style>
background-color css
<style>
a { background-color: #9B854A; }
a { background-color: rgb(155,133,74); }
div.DivClassName
{
background-color: #9B854A;
}
.BgClassName
{
background-color: #9B854A;
}
</style>
border-color css
<style>
span { border-color: #9B854A; }
span { border-color: rgb(155,133,74); }
td.TdClassName
{
border-color: #9B854A;
}
.TagClassName
{
border-color: #9B854A;
}
</style>