Shades of Muesli #9D8153
Tints of Muesli #9D8153
RGB
CMYK
RGB Variations
Color information
#9D8153 (or 0x9D8153) is known color: Muesli. HEX triplet: 9D, 81 and 53. RGB value is (157,129,83). Sum of RGB (Red+Green+Blue) = 157+129+83=369 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.55% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 83 (32.81% from 255 or 22.49% from 369); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8153 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8153 is #627EAC. Grayscale: #848484. Windows color (decimal): -6454957 or 5472669. OLE color: 5472669.
HSL color Cylindrical-coordinate representation of color #9D8153: hue angle of 37.3º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9D8153 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 129 | 83 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.38 |
| HSL | 37.3º | 0.31% | 0.47% | - |
| HSV(B) | 37.3º | 0.47% | 0.62% | - |
| XYZ | 23.32 | 23.49 | 11.49 | - |
| YUV | 132.13 | 100.28 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 129 | 83 | 0 | 0.18 | 0.47 | 0.38 | 37.3 | 0.31 | 0.47 |
| Hex | 9D | 81 | 53 | 0 | 12 | 2F | 26 | 25 | 1F | 2F |
| Octal | 235 | 201 | 123 | 0 | 22 | 57 | 46 | 45 | 37 | 57 |
| Binary | 10011101 | 10000001 | 1010011 | 0 | 10010 | 101111 | 100110 | 100101 | 11111 | 101111 |
Color Harmonies of #9D8153
Complementary color
Monochromatic Colors of #9D8153
Black with #9D8153
Text Example
Text Example
White with #9D8153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8153; }
p { color: rgb(157,129,83); }
H1.HeaderClassName
{
color: #9D8153;
}
.AnyTagClassName
{
color: #9D8153;
}
</style>
background-color css
<style>
a { background-color: #9D8153; }
a { background-color: rgb(157,129,83); }
div.DivClassName
{
background-color: #9D8153;
}
.BgClassName
{
background-color: #9D8153;
}
</style>
border-color css
<style>
span { border-color: #9D8153; }
span { border-color: rgb(157,129,83); }
td.TdClassName
{
border-color: #9D8153;
}
.TagClassName
{
border-color: #9D8153;
}
</style>