Shades of Muesli #9A814F
Tints of Muesli #9A814F
RGB
CMYK
RGB Variations
Color information
#9A814F (or 0x9A814F) is known color: Muesli. HEX triplet: 9A, 81 and 4F. RGB value is (154,129,79). Sum of RGB (Red+Green+Blue) = 154+129+79=362 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.54% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 79 (31.25% from 255 or 21.82% from 362); Max value from RGB is 154 - color contains mainly: red. Hex color #9A814F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A814F is #657EB0. Grayscale: #838383. Windows color (decimal): -6651569 or 5210522. OLE color: 5210522.
HSL color Cylindrical-coordinate representation of color #9A814F: hue angle of 40º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9A814F is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 129 | 79 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.40 |
| HSL | 40º | 0.32% | 0.46% | - |
| HSV(B) | 40º | 0.49% | 0.6% | - |
| XYZ | 22.59 | 23.14 | 10.67 | - |
| YUV | 130.78 | 98.78 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 129 | 79 | 0 | 0.16 | 0.49 | 0.40 | 40 | 0.32 | 0.46 |
| Hex | 9A | 81 | 4F | 0 | 10 | 31 | 28 | 28 | 20 | 2E |
| Octal | 232 | 201 | 117 | 0 | 20 | 61 | 50 | 50 | 40 | 56 |
| Binary | 10011010 | 10000001 | 1001111 | 0 | 10000 | 110001 | 101000 | 101000 | 100000 | 101110 |
Color Harmonies of #9A814F
Complementary color
Monochromatic Colors of #9A814F
Black with #9A814F
Text Example
Text Example
White with #9A814F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A814F; }
p { color: rgb(154,129,79); }
H1.HeaderClassName
{
color: #9A814F;
}
.AnyTagClassName
{
color: #9A814F;
}
</style>
background-color css
<style>
a { background-color: #9A814F; }
a { background-color: rgb(154,129,79); }
div.DivClassName
{
background-color: #9A814F;
}
.BgClassName
{
background-color: #9A814F;
}
</style>
border-color css
<style>
span { border-color: #9A814F; }
span { border-color: rgb(154,129,79); }
td.TdClassName
{
border-color: #9A814F;
}
.TagClassName
{
border-color: #9A814F;
}
</style>