Shades of Muesli #99824D
Tints of Muesli #99824D
RGB
CMYK
RGB Variations
Color information
#99824D (or 0x99824D) is known color: Muesli. HEX triplet: 99, 82 and 4D. RGB value is (153,130,77). Sum of RGB (Red+Green+Blue) = 153+130+77=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 153 - color contains mainly: red. Hex color #99824D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99824D is #667DB2. Grayscale: #838383. Windows color (decimal): -6716851 or 5079705. OLE color: 5079705.
HSL color Cylindrical-coordinate representation of color #99824D: hue angle of 41.84º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #99824D is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 130 | 77 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.4 |
| HSL | 41.84º | 0.33% | 0.45% | - |
| HSV(B) | 41.84º | 0.5% | 0.6% | - |
| XYZ | 22.46 | 23.27 | 10.33 | - |
| YUV | 130.84 | 97.62 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 130 | 77 | 0 | 0.15 | 0.50 | 0.4 | 41.84 | 0.33 | 0.45 |
| Hex | 99 | 82 | 4D | 0 | F | 32 | 28 | 2A | 21 | 2D |
| Octal | 231 | 202 | 115 | 0 | 17 | 62 | 50 | 52 | 41 | 55 |
| Binary | 10011001 | 10000010 | 1001101 | 0 | 1111 | 110010 | 101000 | 101010 | 100001 | 101101 |
Color Harmonies of #99824D
Complementary color
Monochromatic Colors of #99824D
Black with #99824D
Text Example
Text Example
White with #99824D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99824D; }
p { color: rgb(153,130,77); }
H1.HeaderClassName
{
color: #99824D;
}
.AnyTagClassName
{
color: #99824D;
}
</style>
background-color css
<style>
a { background-color: #99824D; }
a { background-color: rgb(153,130,77); }
div.DivClassName
{
background-color: #99824D;
}
.BgClassName
{
background-color: #99824D;
}
</style>
border-color css
<style>
span { border-color: #99824D; }
span { border-color: rgb(153,130,77); }
td.TdClassName
{
border-color: #99824D;
}
.TagClassName
{
border-color: #99824D;
}
</style>