Shades of Muesli #9A7A42
Tints of Muesli #9A7A42
RGB
CMYK
RGB Variations
Color information
#9A7A42 (or 0x9A7A42) is known color: Muesli. HEX triplet: 9A, 7A and 42. RGB value is (154,122,66). Sum of RGB (Red+Green+Blue) = 154+122+66=342 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.03% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7A42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7A42 is #6585BD. Grayscale: #7D7D7D. Windows color (decimal): -6653374 or 4356762. OLE color: 4356762.
HSL color Cylindrical-coordinate representation of color #9A7A42: hue angle of 38.18º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9A7A42 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 122 | 66 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.40 |
| HSL | 38.18º | 0.4% | 0.43% | - |
| HSV(B) | 38.18º | 0.57% | 0.6% | - |
| XYZ | 21.27 | 21.18 | 8.12 | - |
| YUV | 125.18 | 94.6 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 122 | 66 | 0 | 0.21 | 0.57 | 0.40 | 38.18 | 0.4 | 0.43 |
| Hex | 9A | 7A | 42 | 0 | 15 | 39 | 28 | 26 | 28 | 2B |
| Octal | 232 | 172 | 102 | 0 | 25 | 71 | 50 | 46 | 50 | 53 |
| Binary | 10011010 | 1111010 | 1000010 | 0 | 10101 | 111001 | 101000 | 100110 | 101000 | 101011 |
Color Harmonies of #9A7A42
Complementary color
Monochromatic Colors of #9A7A42
Black with #9A7A42
Text Example
Text Example
White with #9A7A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7A42; }
p { color: rgb(154,122,66); }
H1.HeaderClassName
{
color: #9A7A42;
}
.AnyTagClassName
{
color: #9A7A42;
}
</style>
background-color css
<style>
a { background-color: #9A7A42; }
a { background-color: rgb(154,122,66); }
div.DivClassName
{
background-color: #9A7A42;
}
.BgClassName
{
background-color: #9A7A42;
}
</style>
border-color css
<style>
span { border-color: #9A7A42; }
span { border-color: rgb(154,122,66); }
td.TdClassName
{
border-color: #9A7A42;
}
.TagClassName
{
border-color: #9A7A42;
}
</style>