Shades of Muesli #95805C
Tints of Muesli #95805C
RGB
CMYK
RGB Variations
Color information
#95805C (or 0x95805C) is known color: Muesli. HEX triplet: 95, 80 and 5C. RGB value is (149,128,92). Sum of RGB (Red+Green+Blue) = 149+128+92=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 149 - color contains mainly: red. Hex color #95805C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95805C is #6A7FA3. Grayscale: #828282. Windows color (decimal): -6979492 or 6062229. OLE color: 6062229.
HSL color Cylindrical-coordinate representation of color #95805C: hue angle of 37.89º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95805C is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 128 | 92 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.42 |
| HSL | 37.89º | 0.24% | 0.47% | - |
| HSV(B) | 37.89º | 0.38% | 0.58% | - |
| XYZ | 22.05 | 22.6 | 13.33 | - |
| YUV | 130.18 | 106.46 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 128 | 92 | 0 | 0.14 | 0.38 | 0.42 | 37.89 | 0.24 | 0.47 |
| Hex | 95 | 80 | 5C | 0 | E | 26 | 2A | 26 | 18 | 2F |
| Octal | 225 | 200 | 134 | 0 | 16 | 46 | 52 | 46 | 30 | 57 |
| Binary | 10010101 | 10000000 | 1011100 | 0 | 1110 | 100110 | 101010 | 100110 | 11000 | 101111 |
Color Harmonies of #95805C
Complementary color
Monochromatic Colors of #95805C
Black with #95805C
Text Example
Text Example
White with #95805C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95805C; }
p { color: rgb(149,128,92); }
H1.HeaderClassName
{
color: #95805C;
}
.AnyTagClassName
{
color: #95805C;
}
</style>
background-color css
<style>
a { background-color: #95805C; }
a { background-color: rgb(149,128,92); }
div.DivClassName
{
background-color: #95805C;
}
.BgClassName
{
background-color: #95805C;
}
</style>
border-color css
<style>
span { border-color: #95805C; }
span { border-color: rgb(149,128,92); }
td.TdClassName
{
border-color: #95805C;
}
.TagClassName
{
border-color: #95805C;
}
</style>