Shades of Muesli #9A824F
Tints of Muesli #9A824F
RGB
CMYK
RGB Variations
Color information
#9A824F (or 0x9A824F) is known color: Muesli. HEX triplet: 9A, 82 and 4F. RGB value is (154,130,79). Sum of RGB (Red+Green+Blue) = 154+130+79=363 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.42% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 79 (31.25% from 255 or 21.76% from 363); Max value from RGB is 154 - color contains mainly: red. Hex color #9A824F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A824F is #657DB0. Grayscale: #838383. Windows color (decimal): -6651313 or 5210778. OLE color: 5210778.
HSL color Cylindrical-coordinate representation of color #9A824F: hue angle of 40.8º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9A824F is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 130 | 79 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.40 |
| HSL | 40.8º | 0.32% | 0.46% | - |
| HSV(B) | 40.8º | 0.49% | 0.6% | - |
| XYZ | 22.72 | 23.4 | 10.72 | - |
| YUV | 131.36 | 98.45 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 130 | 79 | 0 | 0.16 | 0.49 | 0.40 | 40.8 | 0.32 | 0.46 |
| Hex | 9A | 82 | 4F | 0 | 10 | 31 | 28 | 29 | 20 | 2E |
| Octal | 232 | 202 | 117 | 0 | 20 | 61 | 50 | 51 | 40 | 56 |
| Binary | 10011010 | 10000010 | 1001111 | 0 | 10000 | 110001 | 101000 | 101001 | 100000 | 101110 |
Color Harmonies of #9A824F
Complementary color
Monochromatic Colors of #9A824F
Black with #9A824F
Text Example
Text Example
White with #9A824F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A824F; }
p { color: rgb(154,130,79); }
H1.HeaderClassName
{
color: #9A824F;
}
.AnyTagClassName
{
color: #9A824F;
}
</style>
background-color css
<style>
a { background-color: #9A824F; }
a { background-color: rgb(154,130,79); }
div.DivClassName
{
background-color: #9A824F;
}
.BgClassName
{
background-color: #9A824F;
}
</style>
border-color css
<style>
span { border-color: #9A824F; }
span { border-color: rgb(154,130,79); }
td.TdClassName
{
border-color: #9A824F;
}
.TagClassName
{
border-color: #9A824F;
}
</style>