Shades of Muesli #9A7A4D
Tints of Muesli #9A7A4D
RGB
CMYK
RGB Variations
Color information
#9A7A4D (or 0x9A7A4D) is known color: Muesli. HEX triplet: 9A, 7A and 4D. RGB value is (154,122,77). Sum of RGB (Red+Green+Blue) = 154+122+77=353 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.63% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7A4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7A4D is #6585B2. Grayscale: #7E7E7E. Windows color (decimal): -6653363 or 5077658. OLE color: 5077658.
HSL color Cylindrical-coordinate representation of color #9A7A4D: hue angle of 35.06º 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 #9A7A4D is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 122 | 77 | - |
| CMYK | 0 | 0.21 | 0.50 | 0.40 |
| HSL | 35.06º | 0.33% | 0.45% | - |
| HSV(B) | 35.06º | 0.5% | 0.6% | - |
| XYZ | 21.63 | 21.32 | 10 | - |
| YUV | 126.44 | 100.1 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 122 | 77 | 0 | 0.21 | 0.50 | 0.40 | 35.06 | 0.33 | 0.45 |
| Hex | 9A | 7A | 4D | 0 | 15 | 32 | 28 | 23 | 21 | 2D |
| Octal | 232 | 172 | 115 | 0 | 25 | 62 | 50 | 43 | 41 | 55 |
| Binary | 10011010 | 1111010 | 1001101 | 0 | 10101 | 110010 | 101000 | 100011 | 100001 | 101101 |
Color Harmonies of #9A7A4D
Complementary color
Monochromatic Colors of #9A7A4D
Black with #9A7A4D
Text Example
Text Example
White with #9A7A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7A4D; }
p { color: rgb(154,122,77); }
H1.HeaderClassName
{
color: #9A7A4D;
}
.AnyTagClassName
{
color: #9A7A4D;
}
</style>
background-color css
<style>
a { background-color: #9A7A4D; }
a { background-color: rgb(154,122,77); }
div.DivClassName
{
background-color: #9A7A4D;
}
.BgClassName
{
background-color: #9A7A4D;
}
</style>
border-color css
<style>
span { border-color: #9A7A4D; }
span { border-color: rgb(154,122,77); }
td.TdClassName
{
border-color: #9A7A4D;
}
.TagClassName
{
border-color: #9A7A4D;
}
</style>