Shades of Muesli #927B4D
Tints of Muesli #927B4D
RGB
CMYK
RGB Variations
Color information
#927B4D (or 0x927B4D) is known color: Muesli. HEX triplet: 92, 7B and 4D. RGB value is (146,123,77). Sum of RGB (Red+Green+Blue) = 146+123+77=346 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.20% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 146 - color contains mainly: red. Hex color #927B4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927B4D is #6D84B2. Grayscale: #7C7C7C. Windows color (decimal): -7177395 or 5077906. OLE color: 5077906.
HSL color Cylindrical-coordinate representation of color #927B4D: hue angle of 40º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #927B4D is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 123 | 77 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.43 |
| HSL | 40º | 0.31% | 0.44% | - |
| HSV(B) | 40º | 0.47% | 0.57% | - |
| XYZ | 20.28 | 20.81 | 9.97 | - |
| YUV | 124.63 | 101.12 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 123 | 77 | 0 | 0.16 | 0.47 | 0.43 | 40 | 0.31 | 0.44 |
| Hex | 92 | 7B | 4D | 0 | 10 | 2F | 2B | 28 | 1F | 2C |
| Octal | 222 | 173 | 115 | 0 | 20 | 57 | 53 | 50 | 37 | 54 |
| Binary | 10010010 | 1111011 | 1001101 | 0 | 10000 | 101111 | 101011 | 101000 | 11111 | 101100 |
Color Harmonies of #927B4D
Complementary color
Monochromatic Colors of #927B4D
Black with #927B4D
Text Example
Text Example
White with #927B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927B4D; }
p { color: rgb(146,123,77); }
H1.HeaderClassName
{
color: #927B4D;
}
.AnyTagClassName
{
color: #927B4D;
}
</style>
background-color css
<style>
a { background-color: #927B4D; }
a { background-color: rgb(146,123,77); }
div.DivClassName
{
background-color: #927B4D;
}
.BgClassName
{
background-color: #927B4D;
}
</style>
border-color css
<style>
span { border-color: #927B4D; }
span { border-color: rgb(146,123,77); }
td.TdClassName
{
border-color: #927B4D;
}
.TagClassName
{
border-color: #927B4D;
}
</style>