Shades of Muesli #9A8A53
Tints of Muesli #9A8A53
RGB
CMYK
RGB Variations
Color information
#9A8A53 (or 0x9A8A53) is known color: Muesli. HEX triplet: 9A, 8A and 53. RGB value is (154,138,83). Sum of RGB (Red+Green+Blue) = 154+138+83=375 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.07% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8A53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8A53 is #6575AC. Grayscale: #888888. Windows color (decimal): -6649261 or 5474970. OLE color: 5474970.
HSL color Cylindrical-coordinate representation of color #9A8A53: hue angle of 46.48º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9A8A53 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 138 | 83 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.40 |
| HSL | 46.48º | 0.3% | 0.46% | - |
| HSV(B) | 46.48º | 0.46% | 0.6% | - |
| XYZ | 23.98 | 25.67 | 11.88 | - |
| YUV | 136.51 | 97.8 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 138 | 83 | 0 | 0.10 | 0.46 | 0.40 | 46.48 | 0.3 | 0.46 |
| Hex | 9A | 8A | 53 | 0 | A | 2E | 28 | 2E | 1E | 2E |
| Octal | 232 | 212 | 123 | 0 | 12 | 56 | 50 | 56 | 36 | 56 |
| Binary | 10011010 | 10001010 | 1010011 | 0 | 1010 | 101110 | 101000 | 101110 | 11110 | 101110 |
Color Harmonies of #9A8A53
Complementary color
Monochromatic Colors of #9A8A53
Black with #9A8A53
Text Example
Text Example
White with #9A8A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8A53; }
p { color: rgb(154,138,83); }
H1.HeaderClassName
{
color: #9A8A53;
}
.AnyTagClassName
{
color: #9A8A53;
}
</style>
background-color css
<style>
a { background-color: #9A8A53; }
a { background-color: rgb(154,138,83); }
div.DivClassName
{
background-color: #9A8A53;
}
.BgClassName
{
background-color: #9A8A53;
}
</style>
border-color css
<style>
span { border-color: #9A8A53; }
span { border-color: rgb(154,138,83); }
td.TdClassName
{
border-color: #9A8A53;
}
.TagClassName
{
border-color: #9A8A53;
}
</style>