Shades of Muesli #9A7E4D
Tints of Muesli #9A7E4D
RGB
CMYK
RGB Variations
Color information
#9A7E4D (or 0x9A7E4D) is known color: Muesli. HEX triplet: 9A, 7E and 4D. RGB value is (154,126,77). Sum of RGB (Red+Green+Blue) = 154+126+77=357 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.14% from 357); Green value is 126 (49.61% from 255 or 35.29% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7E4D is #6581B2. Grayscale: #818181. Windows color (decimal): -6652339 or 5078682. OLE color: 5078682.
HSL color Cylindrical-coordinate representation of color #9A7E4D: hue angle of 38.18º 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 #9A7E4D is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 126 | 77 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.40 |
| HSL | 38.18º | 0.33% | 0.45% | - |
| HSV(B) | 38.18º | 0.5% | 0.6% | - |
| XYZ | 22.13 | 22.33 | 10.16 | - |
| YUV | 128.79 | 98.78 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 126 | 77 | 0 | 0.18 | 0.50 | 0.40 | 38.18 | 0.33 | 0.45 |
| Hex | 9A | 7E | 4D | 0 | 12 | 32 | 28 | 26 | 21 | 2D |
| Octal | 232 | 176 | 115 | 0 | 22 | 62 | 50 | 46 | 41 | 55 |
| Binary | 10011010 | 1111110 | 1001101 | 0 | 10010 | 110010 | 101000 | 100110 | 100001 | 101101 |
Color Harmonies of #9A7E4D
Complementary color
Monochromatic Colors of #9A7E4D
Black with #9A7E4D
Text Example
Text Example
White with #9A7E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7E4D; }
p { color: rgb(154,126,77); }
H1.HeaderClassName
{
color: #9A7E4D;
}
.AnyTagClassName
{
color: #9A7E4D;
}
</style>
background-color css
<style>
a { background-color: #9A7E4D; }
a { background-color: rgb(154,126,77); }
div.DivClassName
{
background-color: #9A7E4D;
}
.BgClassName
{
background-color: #9A7E4D;
}
</style>
border-color css
<style>
span { border-color: #9A7E4D; }
span { border-color: rgb(154,126,77); }
td.TdClassName
{
border-color: #9A7E4D;
}
.TagClassName
{
border-color: #9A7E4D;
}
</style>