Shades of Muesli #957848
Tints of Muesli #957848
RGB
CMYK
RGB Variations
Color information
#957848 (or 0x957848) is known color: Muesli. HEX triplet: 95, 78 and 48. RGB value is (149,120,72). Sum of RGB (Red+Green+Blue) = 149+120+72=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 149 - color contains mainly: red. Hex color #957848 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957848 is #6A87B7. Grayscale: #7B7B7B. Windows color (decimal): -6981560 or 4749461. OLE color: 4749461.
HSL color Cylindrical-coordinate representation of color #957848: hue angle of 37.4º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #957848 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 120 | 72 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.42 |
| HSL | 37.4º | 0.35% | 0.43% | - |
| HSV(B) | 37.4º | 0.52% | 0.58% | - |
| XYZ | 20.28 | 20.29 | 8.98 | - |
| YUV | 123.2 | 99.11 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 120 | 72 | 0 | 0.19 | 0.52 | 0.42 | 37.4 | 0.35 | 0.43 |
| Hex | 95 | 78 | 48 | 0 | 13 | 34 | 2A | 25 | 23 | 2B |
| Octal | 225 | 170 | 110 | 0 | 23 | 64 | 52 | 45 | 43 | 53 |
| Binary | 10010101 | 1111000 | 1001000 | 0 | 10011 | 110100 | 101010 | 100101 | 100011 | 101011 |
Color Harmonies of #957848
Complementary color
Monochromatic Colors of #957848
Black with #957848
Text Example
Text Example
White with #957848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957848; }
p { color: rgb(149,120,72); }
H1.HeaderClassName
{
color: #957848;
}
.AnyTagClassName
{
color: #957848;
}
</style>
background-color css
<style>
a { background-color: #957848; }
a { background-color: rgb(149,120,72); }
div.DivClassName
{
background-color: #957848;
}
.BgClassName
{
background-color: #957848;
}
</style>
border-color css
<style>
span { border-color: #957848; }
span { border-color: rgb(149,120,72); }
td.TdClassName
{
border-color: #957848;
}
.TagClassName
{
border-color: #957848;
}
</style>