Shades of Muesli #9B7B42
Tints of Muesli #9B7B42
RGB
CMYK
RGB Variations
Color information
#9B7B42 (or 0x9B7B42) is known color: Muesli. HEX triplet: 9B, 7B and 42. RGB value is (155,123,66). Sum of RGB (Red+Green+Blue) = 155+123+66=344 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.06% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 66 (26.17% from 255 or 19.19% from 344); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7B42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7B42 is #6484BD. Grayscale: #7E7E7E. Windows color (decimal): -6587582 or 4357019. OLE color: 4357019.
HSL color Cylindrical-coordinate representation of color #9B7B42: hue angle of 38.43º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9B7B42 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 123 | 66 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.39 |
| HSL | 38.43º | 0.4% | 0.43% | - |
| HSV(B) | 38.43º | 0.57% | 0.61% | - |
| XYZ | 21.58 | 21.53 | 8.17 | - |
| YUV | 126.07 | 94.1 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 123 | 66 | 0 | 0.21 | 0.57 | 0.39 | 38.43 | 0.4 | 0.43 |
| Hex | 9B | 7B | 42 | 0 | 15 | 39 | 27 | 26 | 28 | 2B |
| Octal | 233 | 173 | 102 | 0 | 25 | 71 | 47 | 46 | 50 | 53 |
| Binary | 10011011 | 1111011 | 1000010 | 0 | 10101 | 111001 | 100111 | 100110 | 101000 | 101011 |
Color Harmonies of #9B7B42
Complementary color
Monochromatic Colors of #9B7B42
Black with #9B7B42
Text Example
Text Example
White with #9B7B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7B42; }
p { color: rgb(155,123,66); }
H1.HeaderClassName
{
color: #9B7B42;
}
.AnyTagClassName
{
color: #9B7B42;
}
</style>
background-color css
<style>
a { background-color: #9B7B42; }
a { background-color: rgb(155,123,66); }
div.DivClassName
{
background-color: #9B7B42;
}
.BgClassName
{
background-color: #9B7B42;
}
</style>
border-color css
<style>
span { border-color: #9B7B42; }
span { border-color: rgb(155,123,66); }
td.TdClassName
{
border-color: #9B7B42;
}
.TagClassName
{
border-color: #9B7B42;
}
</style>