Shades of Muesli #9D8043
Tints of Muesli #9D8043
RGB
CMYK
RGB Variations
Color information
#9D8043 (or 0x9D8043) is known color: Muesli. HEX triplet: 9D, 80 and 43. RGB value is (157,128,67). Sum of RGB (Red+Green+Blue) = 157+128+67=352 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.60% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 67 (26.56% from 255 or 19.03% from 352); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8043 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8043 is #627FBC. Grayscale: #818181. Windows color (decimal): -6455229 or 4423837. OLE color: 4423837.
HSL color Cylindrical-coordinate representation of color #9D8043: hue angle of 40.67º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9D8043 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 128 | 67 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.38 |
| HSL | 40.67º | 0.4% | 0.44% | - |
| HSV(B) | 40.67º | 0.57% | 0.62% | - |
| XYZ | 22.64 | 23.01 | 8.56 | - |
| YUV | 129.72 | 92.61 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 128 | 67 | 0 | 0.18 | 0.57 | 0.38 | 40.67 | 0.4 | 0.44 |
| Hex | 9D | 80 | 43 | 0 | 12 | 39 | 26 | 29 | 28 | 2C |
| Octal | 235 | 200 | 103 | 0 | 22 | 71 | 46 | 51 | 50 | 54 |
| Binary | 10011101 | 10000000 | 1000011 | 0 | 10010 | 111001 | 100110 | 101001 | 101000 | 101100 |
Color Harmonies of #9D8043
Complementary color
Monochromatic Colors of #9D8043
Black with #9D8043
Text Example
Text Example
White with #9D8043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8043; }
p { color: rgb(157,128,67); }
H1.HeaderClassName
{
color: #9D8043;
}
.AnyTagClassName
{
color: #9D8043;
}
</style>
background-color css
<style>
a { background-color: #9D8043; }
a { background-color: rgb(157,128,67); }
div.DivClassName
{
background-color: #9D8043;
}
.BgClassName
{
background-color: #9D8043;
}
</style>
border-color css
<style>
span { border-color: #9D8043; }
span { border-color: rgb(157,128,67); }
td.TdClassName
{
border-color: #9D8043;
}
.TagClassName
{
border-color: #9D8043;
}
</style>