Shades of Muesli #958158
Tints of Muesli #958158
RGB
CMYK
RGB Variations
Color information
#958158 (or 0x958158) is known color: Muesli. HEX triplet: 95, 81 and 58. RGB value is (149,129,88). Sum of RGB (Red+Green+Blue) = 149+129+88=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 88 (34.77% from 255 or 24.04% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #958158 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958158 is #6A7EA7. Grayscale: #828282. Windows color (decimal): -6979240 or 5800341. OLE color: 5800341.
HSL color Cylindrical-coordinate representation of color #958158: hue angle of 40.33º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #958158 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 129 | 88 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.42 |
| HSL | 40.33º | 0.26% | 0.46% | - |
| HSV(B) | 40.33º | 0.41% | 0.58% | - |
| XYZ | 22.01 | 22.79 | 12.47 | - |
| YUV | 130.31 | 104.13 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 129 | 88 | 0 | 0.13 | 0.41 | 0.42 | 40.33 | 0.26 | 0.46 |
| Hex | 95 | 81 | 58 | 0 | D | 29 | 2A | 28 | 1A | 2E |
| Octal | 225 | 201 | 130 | 0 | 15 | 51 | 52 | 50 | 32 | 56 |
| Binary | 10010101 | 10000001 | 1011000 | 0 | 1101 | 101001 | 101010 | 101000 | 11010 | 101110 |
Color Harmonies of #958158
Complementary color
Monochromatic Colors of #958158
Black with #958158
Text Example
Text Example
White with #958158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958158; }
p { color: rgb(149,129,88); }
H1.HeaderClassName
{
color: #958158;
}
.AnyTagClassName
{
color: #958158;
}
</style>
background-color css
<style>
a { background-color: #958158; }
a { background-color: rgb(149,129,88); }
div.DivClassName
{
background-color: #958158;
}
.BgClassName
{
background-color: #958158;
}
</style>
border-color css
<style>
span { border-color: #958158; }
span { border-color: rgb(149,129,88); }
td.TdClassName
{
border-color: #958158;
}
.TagClassName
{
border-color: #958158;
}
</style>