Shades of Muesli #9A8452
Tints of Muesli #9A8452
RGB
CMYK
RGB Variations
Color information
#9A8452 (or 0x9A8452) is known color: Muesli. HEX triplet: 9A, 84 and 52. RGB value is (154,132,82). Sum of RGB (Red+Green+Blue) = 154+132+82=368 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.85% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8452 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8452 is #657BAD. Grayscale: #858585. Windows color (decimal): -6650798 or 5407898. OLE color: 5407898.
HSL color Cylindrical-coordinate representation of color #9A8452: hue angle of 41.67º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9A8452 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 132 | 82 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.40 |
| HSL | 41.67º | 0.31% | 0.46% | - |
| HSV(B) | 41.67º | 0.47% | 0.6% | - |
| XYZ | 23.1 | 23.98 | 11.39 | - |
| YUV | 132.88 | 99.29 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 132 | 82 | 0 | 0.14 | 0.47 | 0.40 | 41.67 | 0.31 | 0.46 |
| Hex | 9A | 84 | 52 | 0 | E | 2F | 28 | 2A | 1F | 2E |
| Octal | 232 | 204 | 122 | 0 | 16 | 57 | 50 | 52 | 37 | 56 |
| Binary | 10011010 | 10000100 | 1010010 | 0 | 1110 | 101111 | 101000 | 101010 | 11111 | 101110 |
Color Harmonies of #9A8452
Complementary color
Monochromatic Colors of #9A8452
Black with #9A8452
Text Example
Text Example
White with #9A8452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8452; }
p { color: rgb(154,132,82); }
H1.HeaderClassName
{
color: #9A8452;
}
.AnyTagClassName
{
color: #9A8452;
}
</style>
background-color css
<style>
a { background-color: #9A8452; }
a { background-color: rgb(154,132,82); }
div.DivClassName
{
background-color: #9A8452;
}
.BgClassName
{
background-color: #9A8452;
}
</style>
border-color css
<style>
span { border-color: #9A8452; }
span { border-color: rgb(154,132,82); }
td.TdClassName
{
border-color: #9A8452;
}
.TagClassName
{
border-color: #9A8452;
}
</style>