Shades of Muesli #977945
Tints of Muesli #977945
RGB
CMYK
RGB Variations
Color information
#977945 (or 0x977945) is known color: Muesli. HEX triplet: 97, 79 and 45. RGB value is (151,121,69). Sum of RGB (Red+Green+Blue) = 151+121+69=341 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.28% from 341); Green value is 121 (47.66% from 255 or 35.48% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 151 - color contains mainly: red. Hex color #977945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977945 is #6886BA. Grayscale: #7C7C7C. Windows color (decimal): -6850235 or 4553111. OLE color: 4553111.
HSL color Cylindrical-coordinate representation of color #977945: hue angle of 38.05º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #977945 is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 121 | 69 | - |
| CMYK | 0 | 0.20 | 0.54 | 0.41 |
| HSL | 38.05º | 0.37% | 0.43% | - |
| HSV(B) | 38.05º | 0.54% | 0.59% | - |
| XYZ | 20.67 | 20.68 | 8.53 | - |
| YUV | 124.04 | 96.94 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 121 | 69 | 0 | 0.20 | 0.54 | 0.41 | 38.05 | 0.37 | 0.43 |
| Hex | 97 | 79 | 45 | 0 | 14 | 36 | 29 | 26 | 25 | 2B |
| Octal | 227 | 171 | 105 | 0 | 24 | 66 | 51 | 46 | 45 | 53 |
| Binary | 10010111 | 1111001 | 1000101 | 0 | 10100 | 110110 | 101001 | 100110 | 100101 | 101011 |
Color Harmonies of #977945
Complementary color
Monochromatic Colors of #977945
Black with #977945
Text Example
Text Example
White with #977945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977945; }
p { color: rgb(151,121,69); }
H1.HeaderClassName
{
color: #977945;
}
.AnyTagClassName
{
color: #977945;
}
</style>
background-color css
<style>
a { background-color: #977945; }
a { background-color: rgb(151,121,69); }
div.DivClassName
{
background-color: #977945;
}
.BgClassName
{
background-color: #977945;
}
</style>
border-color css
<style>
span { border-color: #977945; }
span { border-color: rgb(151,121,69); }
td.TdClassName
{
border-color: #977945;
}
.TagClassName
{
border-color: #977945;
}
</style>