Shades of Muesli #9A8553
Tints of Muesli #9A8553
RGB
CMYK
RGB Variations
Color information
#9A8553 (or 0x9A8553) is known color: Muesli. HEX triplet: 9A, 85 and 53. RGB value is (154,133,83). Sum of RGB (Red+Green+Blue) = 154+133+83=370 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.62% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 83 (32.81% from 255 or 22.43% from 370); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8553 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8553 is #657AAC. Grayscale: #858585. Windows color (decimal): -6650541 or 5473690. OLE color: 5473690.
HSL color Cylindrical-coordinate representation of color #9A8553: hue angle of 42.25º 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 #9A8553 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 133 | 83 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.40 |
| HSL | 42.25º | 0.3% | 0.46% | - |
| HSV(B) | 42.25º | 0.46% | 0.6% | - |
| XYZ | 23.28 | 24.27 | 11.64 | - |
| YUV | 133.58 | 99.46 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 133 | 83 | 0 | 0.14 | 0.46 | 0.40 | 42.25 | 0.3 | 0.46 |
| Hex | 9A | 85 | 53 | 0 | E | 2E | 28 | 2A | 1E | 2E |
| Octal | 232 | 205 | 123 | 0 | 16 | 56 | 50 | 52 | 36 | 56 |
| Binary | 10011010 | 10000101 | 1010011 | 0 | 1110 | 101110 | 101000 | 101010 | 11110 | 101110 |
Color Harmonies of #9A8553
Complementary color
Monochromatic Colors of #9A8553
Black with #9A8553
Text Example
Text Example
White with #9A8553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8553; }
p { color: rgb(154,133,83); }
H1.HeaderClassName
{
color: #9A8553;
}
.AnyTagClassName
{
color: #9A8553;
}
</style>
background-color css
<style>
a { background-color: #9A8553; }
a { background-color: rgb(154,133,83); }
div.DivClassName
{
background-color: #9A8553;
}
.BgClassName
{
background-color: #9A8553;
}
</style>
border-color css
<style>
span { border-color: #9A8553; }
span { border-color: rgb(154,133,83); }
td.TdClassName
{
border-color: #9A8553;
}
.TagClassName
{
border-color: #9A8553;
}
</style>