Shades of Muesli #9A7D4D
Tints of Muesli #9A7D4D
RGB
CMYK
RGB Variations
Color information
#9A7D4D (or 0x9A7D4D) is known color: Muesli. HEX triplet: 9A, 7D and 4D. RGB value is (154,125,77). Sum of RGB (Red+Green+Blue) = 154+125+77=356 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.26% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7D4D is #6582B2. Grayscale: #808080. Windows color (decimal): -6652595 or 5078426. OLE color: 5078426.
HSL color Cylindrical-coordinate representation of color #9A7D4D: hue angle of 37.4º 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 #9A7D4D is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 125 | 77 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.40 |
| HSL | 37.4º | 0.33% | 0.45% | - |
| HSV(B) | 37.4º | 0.5% | 0.6% | - |
| XYZ | 22 | 22.07 | 10.12 | - |
| YUV | 128.2 | 99.11 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 125 | 77 | 0 | 0.19 | 0.50 | 0.40 | 37.4 | 0.33 | 0.45 |
| Hex | 9A | 7D | 4D | 0 | 13 | 32 | 28 | 25 | 21 | 2D |
| Octal | 232 | 175 | 115 | 0 | 23 | 62 | 50 | 45 | 41 | 55 |
| Binary | 10011010 | 1111101 | 1001101 | 0 | 10011 | 110010 | 101000 | 100101 | 100001 | 101101 |
Color Harmonies of #9A7D4D
Complementary color
Monochromatic Colors of #9A7D4D
Black with #9A7D4D
Text Example
Text Example
White with #9A7D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7D4D; }
p { color: rgb(154,125,77); }
H1.HeaderClassName
{
color: #9A7D4D;
}
.AnyTagClassName
{
color: #9A7D4D;
}
</style>
background-color css
<style>
a { background-color: #9A7D4D; }
a { background-color: rgb(154,125,77); }
div.DivClassName
{
background-color: #9A7D4D;
}
.BgClassName
{
background-color: #9A7D4D;
}
</style>
border-color css
<style>
span { border-color: #9A7D4D; }
span { border-color: rgb(154,125,77); }
td.TdClassName
{
border-color: #9A7D4D;
}
.TagClassName
{
border-color: #9A7D4D;
}
</style>