Shades of Muesli #9B824E
Tints of Muesli #9B824E
RGB
CMYK
RGB Variations
Color information
#9B824E (or 0x9B824E) is known color: Muesli. HEX triplet: 9B, 82 and 4E. RGB value is (155,130,78). Sum of RGB (Red+Green+Blue) = 155+130+78=363 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.70% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 78 (30.86% from 255 or 21.49% from 363); Max value from RGB is 155 - color contains mainly: red. Hex color #9B824E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B824E is #647DB1. Grayscale: #838383. Windows color (decimal): -6585778 or 5145243. OLE color: 5145243.
HSL color Cylindrical-coordinate representation of color #9B824E: hue angle of 40.52º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B824E is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 130 | 78 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.39 |
| HSL | 40.52º | 0.33% | 0.46% | - |
| HSV(B) | 40.52º | 0.5% | 0.61% | - |
| XYZ | 22.88 | 23.48 | 10.53 | - |
| YUV | 131.55 | 97.78 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 130 | 78 | 0 | 0.16 | 0.50 | 0.39 | 40.52 | 0.33 | 0.46 |
| Hex | 9B | 82 | 4E | 0 | 10 | 32 | 27 | 29 | 21 | 2E |
| Octal | 233 | 202 | 116 | 0 | 20 | 62 | 47 | 51 | 41 | 56 |
| Binary | 10011011 | 10000010 | 1001110 | 0 | 10000 | 110010 | 100111 | 101001 | 100001 | 101110 |
Color Harmonies of #9B824E
Complementary color
Monochromatic Colors of #9B824E
Black with #9B824E
Text Example
Text Example
White with #9B824E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B824E; }
p { color: rgb(155,130,78); }
H1.HeaderClassName
{
color: #9B824E;
}
.AnyTagClassName
{
color: #9B824E;
}
</style>
background-color css
<style>
a { background-color: #9B824E; }
a { background-color: rgb(155,130,78); }
div.DivClassName
{
background-color: #9B824E;
}
.BgClassName
{
background-color: #9B824E;
}
</style>
border-color css
<style>
span { border-color: #9B824E; }
span { border-color: rgb(155,130,78); }
td.TdClassName
{
border-color: #9B824E;
}
.TagClassName
{
border-color: #9B824E;
}
</style>