Shades of Muesli #9A7B53
Tints of Muesli #9A7B53
RGB
CMYK
RGB Variations
Color information
#9A7B53 (or 0x9A7B53) is known color: Muesli. HEX triplet: 9A, 7B and 53. RGB value is (154,123,83). Sum of RGB (Red+Green+Blue) = 154+123+83=360 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.78% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 83 (32.81% from 255 or 23.06% from 360); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7B53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7B53 is #6584AC. Grayscale: #7F7F7F. Windows color (decimal): -6653101 or 5471130. OLE color: 5471130.
HSL color Cylindrical-coordinate representation of color #9A7B53: hue angle of 33.8º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9A7B53 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 123 | 83 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.40 |
| HSL | 33.8º | 0.3% | 0.46% | - |
| HSV(B) | 33.8º | 0.46% | 0.6% | - |
| XYZ | 21.97 | 21.66 | 11.21 | - |
| YUV | 127.71 | 102.77 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 123 | 83 | 0 | 0.20 | 0.46 | 0.40 | 33.8 | 0.3 | 0.46 |
| Hex | 9A | 7B | 53 | 0 | 14 | 2E | 28 | 22 | 1E | 2E |
| Octal | 232 | 173 | 123 | 0 | 24 | 56 | 50 | 42 | 36 | 56 |
| Binary | 10011010 | 1111011 | 1010011 | 0 | 10100 | 101110 | 101000 | 100010 | 11110 | 101110 |
Color Harmonies of #9A7B53
Complementary color
Monochromatic Colors of #9A7B53
Black with #9A7B53
Text Example
Text Example
White with #9A7B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7B53; }
p { color: rgb(154,123,83); }
H1.HeaderClassName
{
color: #9A7B53;
}
.AnyTagClassName
{
color: #9A7B53;
}
</style>
background-color css
<style>
a { background-color: #9A7B53; }
a { background-color: rgb(154,123,83); }
div.DivClassName
{
background-color: #9A7B53;
}
.BgClassName
{
background-color: #9A7B53;
}
</style>
border-color css
<style>
span { border-color: #9A7B53; }
span { border-color: rgb(154,123,83); }
td.TdClassName
{
border-color: #9A7B53;
}
.TagClassName
{
border-color: #9A7B53;
}
</style>