Shades of Muesli #A47749
Tints of Muesli #A47749
RGB
CMYK
RGB Variations
Color information
#A47749 (or 0xA47749) is known color: Muesli. HEX triplet: A4, 77 and 49. RGB value is (164,119,73). Sum of RGB (Red+Green+Blue) = 164+119+73=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 164 - color contains mainly: red. Hex color #A47749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47749 is #5B88B6. Grayscale: #7F7F7F. Windows color (decimal): -5998775 or 4814756. OLE color: 4814756.
HSL color Cylindrical-coordinate representation of color #A47749: hue angle of 30.33º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A47749 is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 119 | 73 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.36 |
| HSL | 30.33º | 0.38% | 0.46% | - |
| HSV(B) | 30.33º | 0.55% | 0.64% | - |
| XYZ | 23.11 | 21.57 | 9.25 | - |
| YUV | 127.21 | 97.41 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 119 | 73 | 0 | 0.27 | 0.55 | 0.36 | 30.33 | 0.38 | 0.46 |
| Hex | A4 | 77 | 49 | 0 | 1B | 37 | 24 | 1E | 26 | 2E |
| Octal | 244 | 167 | 111 | 0 | 33 | 67 | 44 | 36 | 46 | 56 |
| Binary | 10100100 | 1110111 | 1001001 | 0 | 11011 | 110111 | 100100 | 11110 | 100110 | 101110 |
Color Harmonies of #A47749
Complementary color
Monochromatic Colors of #A47749
Black with #A47749
Text Example
Text Example
White with #A47749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47749; }
p { color: rgb(164,119,73); }
H1.HeaderClassName
{
color: #A47749;
}
.AnyTagClassName
{
color: #A47749;
}
</style>
background-color css
<style>
a { background-color: #A47749; }
a { background-color: rgb(164,119,73); }
div.DivClassName
{
background-color: #A47749;
}
.BgClassName
{
background-color: #A47749;
}
</style>
border-color css
<style>
span { border-color: #A47749; }
span { border-color: rgb(164,119,73); }
td.TdClassName
{
border-color: #A47749;
}
.TagClassName
{
border-color: #A47749;
}
</style>