Shades of Muesli #957842
Tints of Muesli #957842
RGB
CMYK
RGB Variations
Color information
#957842 (or 0x957842) is known color: Muesli. HEX triplet: 95, 78 and 42. RGB value is (149,120,66). Sum of RGB (Red+Green+Blue) = 149+120+66=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 120 (47.27% from 255 or 35.82% from 335); Blue value is 66 (26.17% from 255 or 19.70% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #957842 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957842 is #6A87BD. Grayscale: #7A7A7A. Windows color (decimal): -6981566 or 4356245. OLE color: 4356245.
HSL color Cylindrical-coordinate representation of color #957842: hue angle of 39.04º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #957842 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 120 | 66 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.42 |
| HSL | 39.04º | 0.39% | 0.42% | - |
| HSV(B) | 39.04º | 0.56% | 0.58% | - |
| XYZ | 20.09 | 20.22 | 8 | - |
| YUV | 122.52 | 96.11 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 120 | 66 | 0 | 0.19 | 0.56 | 0.42 | 39.04 | 0.39 | 0.42 |
| Hex | 95 | 78 | 42 | 0 | 13 | 38 | 2A | 27 | 27 | 2A |
| Octal | 225 | 170 | 102 | 0 | 23 | 70 | 52 | 47 | 47 | 52 |
| Binary | 10010101 | 1111000 | 1000010 | 0 | 10011 | 111000 | 101010 | 100111 | 100111 | 101010 |
Color Harmonies of #957842
Complementary color
Monochromatic Colors of #957842
Black with #957842
Text Example
Text Example
White with #957842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957842; }
p { color: rgb(149,120,66); }
H1.HeaderClassName
{
color: #957842;
}
.AnyTagClassName
{
color: #957842;
}
</style>
background-color css
<style>
a { background-color: #957842; }
a { background-color: rgb(149,120,66); }
div.DivClassName
{
background-color: #957842;
}
.BgClassName
{
background-color: #957842;
}
</style>
border-color css
<style>
span { border-color: #957842; }
span { border-color: rgb(149,120,66); }
td.TdClassName
{
border-color: #957842;
}
.TagClassName
{
border-color: #957842;
}
</style>