Shades of Muesli #97804A
Tints of Muesli #97804A
RGB
CMYK
RGB Variations
Color information
#97804A (or 0x97804A) is known color: Muesli. HEX triplet: 97, 80 and 4A. RGB value is (151,128,74). Sum of RGB (Red+Green+Blue) = 151+128+74=353 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.78% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 151 - color contains mainly: red. Hex color #97804A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97804A is #687FB5. Grayscale: #808080. Windows color (decimal): -6848438 or 4882583. OLE color: 4882583.
HSL color Cylindrical-coordinate representation of color #97804A: hue angle of 42.08º 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 #97804A is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 128 | 74 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.41 |
| HSL | 42.08º | 0.34% | 0.44% | - |
| HSV(B) | 42.08º | 0.51% | 0.59% | - |
| XYZ | 21.72 | 22.51 | 9.68 | - |
| YUV | 128.72 | 97.12 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 128 | 74 | 0 | 0.15 | 0.51 | 0.41 | 42.08 | 0.34 | 0.44 |
| Hex | 97 | 80 | 4A | 0 | F | 33 | 29 | 2A | 22 | 2C |
| Octal | 227 | 200 | 112 | 0 | 17 | 63 | 51 | 52 | 42 | 54 |
| Binary | 10010111 | 10000000 | 1001010 | 0 | 1111 | 110011 | 101001 | 101010 | 100010 | 101100 |
Color Harmonies of #97804A
Complementary color
Monochromatic Colors of #97804A
Black with #97804A
Text Example
Text Example
White with #97804A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97804A; }
p { color: rgb(151,128,74); }
H1.HeaderClassName
{
color: #97804A;
}
.AnyTagClassName
{
color: #97804A;
}
</style>
background-color css
<style>
a { background-color: #97804A; }
a { background-color: rgb(151,128,74); }
div.DivClassName
{
background-color: #97804A;
}
.BgClassName
{
background-color: #97804A;
}
</style>
border-color css
<style>
span { border-color: #97804A; }
span { border-color: rgb(151,128,74); }
td.TdClassName
{
border-color: #97804A;
}
.TagClassName
{
border-color: #97804A;
}
</style>