Shades of Muesli #9A874F
Tints of Muesli #9A874F
RGB
CMYK
RGB Variations
Color information
#9A874F (or 0x9A874F) is known color: Muesli. HEX triplet: 9A, 87 and 4F. RGB value is (154,135,79). Sum of RGB (Red+Green+Blue) = 154+135+79=368 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.85% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 79 (31.25% from 255 or 21.47% from 368); Max value from RGB is 154 - color contains mainly: red. Hex color #9A874F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A874F is #6578B0. Grayscale: #868686. Windows color (decimal): -6650033 or 5212058. OLE color: 5212058.
HSL color Cylindrical-coordinate representation of color #9A874F: hue angle of 44.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 #9A874F is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 135 | 79 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.40 |
| HSL | 44.8º | 0.32% | 0.46% | - |
| HSV(B) | 44.8º | 0.49% | 0.6% | - |
| XYZ | 23.4 | 24.76 | 10.94 | - |
| YUV | 134.3 | 96.79 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 135 | 79 | 0 | 0.12 | 0.49 | 0.40 | 44.8 | 0.32 | 0.46 |
| Hex | 9A | 87 | 4F | 0 | C | 31 | 28 | 2D | 20 | 2E |
| Octal | 232 | 207 | 117 | 0 | 14 | 61 | 50 | 55 | 40 | 56 |
| Binary | 10011010 | 10000111 | 1001111 | 0 | 1100 | 110001 | 101000 | 101101 | 100000 | 101110 |
Color Harmonies of #9A874F
Complementary color
Monochromatic Colors of #9A874F
Black with #9A874F
Text Example
Text Example
White with #9A874F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A874F; }
p { color: rgb(154,135,79); }
H1.HeaderClassName
{
color: #9A874F;
}
.AnyTagClassName
{
color: #9A874F;
}
</style>
background-color css
<style>
a { background-color: #9A874F; }
a { background-color: rgb(154,135,79); }
div.DivClassName
{
background-color: #9A874F;
}
.BgClassName
{
background-color: #9A874F;
}
</style>
border-color css
<style>
span { border-color: #9A874F; }
span { border-color: rgb(154,135,79); }
td.TdClassName
{
border-color: #9A874F;
}
.TagClassName
{
border-color: #9A874F;
}
</style>