Shades of Muesli #9A874B
Tints of Muesli #9A874B
RGB
CMYK
RGB Variations
Color information
#9A874B (or 0x9A874B) is known color: Muesli. HEX triplet: 9A, 87 and 4B. RGB value is (154,135,75). Sum of RGB (Red+Green+Blue) = 154+135+75=364 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.31% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 75 (29.69% from 255 or 20.60% from 364); Max value from RGB is 154 - color contains mainly: red. Hex color #9A874B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A874B is #6578B4. Grayscale: #868686. Windows color (decimal): -6650037 or 4949914. OLE color: 4949914.
HSL color Cylindrical-coordinate representation of color #9A874B: hue angle of 45.57º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A874B is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 135 | 75 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.40 |
| HSL | 45.57º | 0.34% | 0.45% | - |
| HSV(B) | 45.57º | 0.51% | 0.6% | - |
| XYZ | 23.26 | 24.71 | 10.2 | - |
| YUV | 133.84 | 94.79 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 135 | 75 | 0 | 0.12 | 0.51 | 0.40 | 45.57 | 0.34 | 0.45 |
| Hex | 9A | 87 | 4B | 0 | C | 33 | 28 | 2E | 22 | 2D |
| Octal | 232 | 207 | 113 | 0 | 14 | 63 | 50 | 56 | 42 | 55 |
| Binary | 10011010 | 10000111 | 1001011 | 0 | 1100 | 110011 | 101000 | 101110 | 100010 | 101101 |
Color Harmonies of #9A874B
Complementary color
Monochromatic Colors of #9A874B
Black with #9A874B
Text Example
Text Example
White with #9A874B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A874B; }
p { color: rgb(154,135,75); }
H1.HeaderClassName
{
color: #9A874B;
}
.AnyTagClassName
{
color: #9A874B;
}
</style>
background-color css
<style>
a { background-color: #9A874B; }
a { background-color: rgb(154,135,75); }
div.DivClassName
{
background-color: #9A874B;
}
.BgClassName
{
background-color: #9A874B;
}
</style>
border-color css
<style>
span { border-color: #9A874B; }
span { border-color: rgb(154,135,75); }
td.TdClassName
{
border-color: #9A874B;
}
.TagClassName
{
border-color: #9A874B;
}
</style>