Shades of Muesli #9A7B4D
Tints of Muesli #9A7B4D
RGB
CMYK
RGB Variations
Color information
#9A7B4D (or 0x9A7B4D) is known color: Muesli. HEX triplet: 9A, 7B and 4D. RGB value is (154,123,77). Sum of RGB (Red+Green+Blue) = 154+123+77=354 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.50% from 354); Green value is 123 (48.44% from 255 or 34.75% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7B4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7B4D is #6584B2. Grayscale: #7F7F7F. Windows color (decimal): -6653107 or 5077914. OLE color: 5077914.
HSL color Cylindrical-coordinate representation of color #9A7B4D: hue angle of 35.84º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9A7B4D is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 123 | 77 | - |
| CMYK | 0 | 0.20 | 0.50 | 0.40 |
| HSL | 35.84º | 0.33% | 0.45% | - |
| HSV(B) | 35.84º | 0.5% | 0.6% | - |
| XYZ | 21.75 | 21.57 | 10.04 | - |
| YUV | 127.03 | 99.77 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 123 | 77 | 0 | 0.20 | 0.50 | 0.40 | 35.84 | 0.33 | 0.45 |
| Hex | 9A | 7B | 4D | 0 | 14 | 32 | 28 | 24 | 21 | 2D |
| Octal | 232 | 173 | 115 | 0 | 24 | 62 | 50 | 44 | 41 | 55 |
| Binary | 10011010 | 1111011 | 1001101 | 0 | 10100 | 110010 | 101000 | 100100 | 100001 | 101101 |
Color Harmonies of #9A7B4D
Complementary color
Monochromatic Colors of #9A7B4D
Black with #9A7B4D
Text Example
Text Example
White with #9A7B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7B4D; }
p { color: rgb(154,123,77); }
H1.HeaderClassName
{
color: #9A7B4D;
}
.AnyTagClassName
{
color: #9A7B4D;
}
</style>
background-color css
<style>
a { background-color: #9A7B4D; }
a { background-color: rgb(154,123,77); }
div.DivClassName
{
background-color: #9A7B4D;
}
.BgClassName
{
background-color: #9A7B4D;
}
</style>
border-color css
<style>
span { border-color: #9A7B4D; }
span { border-color: rgb(154,123,77); }
td.TdClassName
{
border-color: #9A7B4D;
}
.TagClassName
{
border-color: #9A7B4D;
}
</style>