Shades of Muesli #9A7A50
Tints of Muesli #9A7A50
RGB
CMYK
RGB Variations
Color information
#9A7A50 (or 0x9A7A50) is known color: Muesli. HEX triplet: 9A, 7A and 50. RGB value is (154,122,80). Sum of RGB (Red+Green+Blue) = 154+122+80=356 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.26% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7A50 is #6585AF. Grayscale: #7E7E7E. Windows color (decimal): -6653360 or 5274266. OLE color: 5274266.
HSL color Cylindrical-coordinate representation of color #9A7A50: hue angle of 34.05º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9A7A50 is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 122 | 80 | - |
| CMYK | 0 | 0.21 | 0.48 | 0.40 |
| HSL | 34.05º | 0.32% | 0.46% | - |
| HSV(B) | 34.05º | 0.48% | 0.6% | - |
| XYZ | 21.73 | 21.37 | 10.57 | - |
| YUV | 126.78 | 101.6 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 122 | 80 | 0 | 0.21 | 0.48 | 0.40 | 34.05 | 0.32 | 0.46 |
| Hex | 9A | 7A | 50 | 0 | 15 | 30 | 28 | 22 | 20 | 2E |
| Octal | 232 | 172 | 120 | 0 | 25 | 60 | 50 | 42 | 40 | 56 |
| Binary | 10011010 | 1111010 | 1010000 | 0 | 10101 | 110000 | 101000 | 100010 | 100000 | 101110 |
Color Harmonies of #9A7A50
Complementary color
Monochromatic Colors of #9A7A50
Black with #9A7A50
Text Example
Text Example
White with #9A7A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7A50; }
p { color: rgb(154,122,80); }
H1.HeaderClassName
{
color: #9A7A50;
}
.AnyTagClassName
{
color: #9A7A50;
}
</style>
background-color css
<style>
a { background-color: #9A7A50; }
a { background-color: rgb(154,122,80); }
div.DivClassName
{
background-color: #9A7A50;
}
.BgClassName
{
background-color: #9A7A50;
}
</style>
border-color css
<style>
span { border-color: #9A7A50; }
span { border-color: rgb(154,122,80); }
td.TdClassName
{
border-color: #9A7A50;
}
.TagClassName
{
border-color: #9A7A50;
}
</style>