Shades of Muesli #95815D
Tints of Muesli #95815D
RGB
CMYK
RGB Variations
Color information
#95815D (or 0x95815D) is known color: Muesli. HEX triplet: 95, 81 and 5D. RGB value is (149,129,93). Sum of RGB (Red+Green+Blue) = 149+129+93=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 149 - color contains mainly: red. Hex color #95815D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95815D is #6A7EA2. Grayscale: #838383. Windows color (decimal): -6979235 or 6128021. OLE color: 6128021.
HSL color Cylindrical-coordinate representation of color #95815D: hue angle of 38.57º degrees, saturation: 0.23, 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 #95815D is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 129 | 93 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.42 |
| HSL | 38.57º | 0.23% | 0.47% | - |
| HSV(B) | 38.57º | 0.38% | 0.58% | - |
| XYZ | 22.22 | 22.88 | 13.6 | - |
| YUV | 130.88 | 106.63 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 129 | 93 | 0 | 0.13 | 0.38 | 0.42 | 38.57 | 0.23 | 0.47 |
| Hex | 95 | 81 | 5D | 0 | D | 26 | 2A | 27 | 17 | 2F |
| Octal | 225 | 201 | 135 | 0 | 15 | 46 | 52 | 47 | 27 | 57 |
| Binary | 10010101 | 10000001 | 1011101 | 0 | 1101 | 100110 | 101010 | 100111 | 10111 | 101111 |
Color Harmonies of #95815D
Complementary color
Monochromatic Colors of #95815D
Black with #95815D
Text Example
Text Example
White with #95815D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95815D; }
p { color: rgb(149,129,93); }
H1.HeaderClassName
{
color: #95815D;
}
.AnyTagClassName
{
color: #95815D;
}
</style>
background-color css
<style>
a { background-color: #95815D; }
a { background-color: rgb(149,129,93); }
div.DivClassName
{
background-color: #95815D;
}
.BgClassName
{
background-color: #95815D;
}
</style>
border-color css
<style>
span { border-color: #95815D; }
span { border-color: rgb(149,129,93); }
td.TdClassName
{
border-color: #95815D;
}
.TagClassName
{
border-color: #95815D;
}
</style>