Shades of Muesli #9D7B41
Tints of Muesli #9D7B41
RGB
CMYK
RGB Variations
Color information
#9D7B41 (or 0x9D7B41) is known color: Muesli. HEX triplet: 9D, 7B and 41. RGB value is (157,123,65). Sum of RGB (Red+Green+Blue) = 157+123+65=345 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.51% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7B41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7B41 is #6284BE. Grayscale: #7E7E7E. Windows color (decimal): -6456511 or 4291485. OLE color: 4291485.
HSL color Cylindrical-coordinate representation of color #9D7B41: hue angle of 37.83º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9D7B41 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 123 | 65 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.38 |
| HSL | 37.83º | 0.41% | 0.44% | - |
| HSV(B) | 37.83º | 0.59% | 0.62% | - |
| XYZ | 21.94 | 21.72 | 8.04 | - |
| YUV | 126.55 | 93.26 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 123 | 65 | 0 | 0.22 | 0.59 | 0.38 | 37.83 | 0.41 | 0.44 |
| Hex | 9D | 7B | 41 | 0 | 16 | 3B | 26 | 26 | 29 | 2C |
| Octal | 235 | 173 | 101 | 0 | 26 | 73 | 46 | 46 | 51 | 54 |
| Binary | 10011101 | 1111011 | 1000001 | 0 | 10110 | 111011 | 100110 | 100110 | 101001 | 101100 |
Color Harmonies of #9D7B41
Complementary color
Monochromatic Colors of #9D7B41
Black with #9D7B41
Text Example
Text Example
White with #9D7B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7B41; }
p { color: rgb(157,123,65); }
H1.HeaderClassName
{
color: #9D7B41;
}
.AnyTagClassName
{
color: #9D7B41;
}
</style>
background-color css
<style>
a { background-color: #9D7B41; }
a { background-color: rgb(157,123,65); }
div.DivClassName
{
background-color: #9D7B41;
}
.BgClassName
{
background-color: #9D7B41;
}
</style>
border-color css
<style>
span { border-color: #9D7B41; }
span { border-color: rgb(157,123,65); }
td.TdClassName
{
border-color: #9D7B41;
}
.TagClassName
{
border-color: #9D7B41;
}
</style>