Shades of Muesli #97844A
Tints of Muesli #97844A
RGB
CMYK
RGB Variations
Color information
#97844A (or 0x97844A) is known color: Muesli. HEX triplet: 97, 84 and 4A. RGB value is (151,132,74). Sum of RGB (Red+Green+Blue) = 151+132+74=357 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.30% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 151 - color contains mainly: red. Hex color #97844A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97844A is #687BB5. Grayscale: #838383. Windows color (decimal): -6847414 or 4883607. OLE color: 4883607.
HSL color Cylindrical-coordinate representation of color #97844A: hue angle of 45.19º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #97844A is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 132 | 74 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.41 |
| HSL | 45.19º | 0.34% | 0.44% | - |
| HSV(B) | 45.19º | 0.51% | 0.59% | - |
| XYZ | 22.25 | 23.58 | 9.86 | - |
| YUV | 131.07 | 95.79 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 132 | 74 | 0 | 0.13 | 0.51 | 0.41 | 45.19 | 0.34 | 0.44 |
| Hex | 97 | 84 | 4A | 0 | D | 33 | 29 | 2D | 22 | 2C |
| Octal | 227 | 204 | 112 | 0 | 15 | 63 | 51 | 55 | 42 | 54 |
| Binary | 10010111 | 10000100 | 1001010 | 0 | 1101 | 110011 | 101001 | 101101 | 100010 | 101100 |
Color Harmonies of #97844A
Complementary color
Monochromatic Colors of #97844A
Black with #97844A
Text Example
Text Example
White with #97844A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97844A; }
p { color: rgb(151,132,74); }
H1.HeaderClassName
{
color: #97844A;
}
.AnyTagClassName
{
color: #97844A;
}
</style>
background-color css
<style>
a { background-color: #97844A; }
a { background-color: rgb(151,132,74); }
div.DivClassName
{
background-color: #97844A;
}
.BgClassName
{
background-color: #97844A;
}
</style>
border-color css
<style>
span { border-color: #97844A; }
span { border-color: rgb(151,132,74); }
td.TdClassName
{
border-color: #97844A;
}
.TagClassName
{
border-color: #97844A;
}
</style>