Shades of Muesli #9E7945
Tints of Muesli #9E7945
RGB
CMYK
RGB Variations
Color information
#9E7945 (or 0x9E7945) is known color: Muesli. HEX triplet: 9E, 79 and 45. RGB value is (158,121,69). Sum of RGB (Red+Green+Blue) = 158+121+69=348 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.40% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 69 (27.34% from 255 or 19.83% from 348); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7945 is #6186BA. Grayscale: #7E7E7E. Windows color (decimal): -6391483 or 4553118. OLE color: 4553118.
HSL color Cylindrical-coordinate representation of color #9E7945: hue angle of 35.06º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9E7945 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 121 | 69 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.38 |
| HSL | 35.06º | 0.39% | 0.45% | - |
| HSV(B) | 35.06º | 0.56% | 0.62% | - |
| XYZ | 22.01 | 21.37 | 8.6 | - |
| YUV | 126.14 | 95.76 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 121 | 69 | 0 | 0.23 | 0.56 | 0.38 | 35.06 | 0.39 | 0.45 |
| Hex | 9E | 79 | 45 | 0 | 17 | 38 | 26 | 23 | 27 | 2D |
| Octal | 236 | 171 | 105 | 0 | 27 | 70 | 46 | 43 | 47 | 55 |
| Binary | 10011110 | 1111001 | 1000101 | 0 | 10111 | 111000 | 100110 | 100011 | 100111 | 101101 |
Color Harmonies of #9E7945
Complementary color
Monochromatic Colors of #9E7945
Black with #9E7945
Text Example
Text Example
White with #9E7945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7945; }
p { color: rgb(158,121,69); }
H1.HeaderClassName
{
color: #9E7945;
}
.AnyTagClassName
{
color: #9E7945;
}
</style>
background-color css
<style>
a { background-color: #9E7945; }
a { background-color: rgb(158,121,69); }
div.DivClassName
{
background-color: #9E7945;
}
.BgClassName
{
background-color: #9E7945;
}
</style>
border-color css
<style>
span { border-color: #9E7945; }
span { border-color: rgb(158,121,69); }
td.TdClassName
{
border-color: #9E7945;
}
.TagClassName
{
border-color: #9E7945;
}
</style>