Shades of Muesli #99844B
Tints of Muesli #99844B
RGB
CMYK
RGB Variations
Color information
#99844B (or 0x99844B) is known color: Muesli. HEX triplet: 99, 84 and 4B. RGB value is (153,132,75). Sum of RGB (Red+Green+Blue) = 153+132+75=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 153 - color contains mainly: red. Hex color #99844B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99844B is #667BB4. Grayscale: #848484. Windows color (decimal): -6716341 or 4949145. OLE color: 4949145.
HSL color Cylindrical-coordinate representation of color #99844B: hue angle of 43.85º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #99844B is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 132 | 75 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.4 |
| HSL | 43.85º | 0.34% | 0.45% | - |
| HSV(B) | 43.85º | 0.51% | 0.6% | - |
| XYZ | 22.66 | 23.78 | 10.05 | - |
| YUV | 131.78 | 95.96 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 132 | 75 | 0 | 0.14 | 0.51 | 0.4 | 43.85 | 0.34 | 0.45 |
| Hex | 99 | 84 | 4B | 0 | E | 33 | 28 | 2C | 22 | 2D |
| Octal | 231 | 204 | 113 | 0 | 16 | 63 | 50 | 54 | 42 | 55 |
| Binary | 10011001 | 10000100 | 1001011 | 0 | 1110 | 110011 | 101000 | 101100 | 100010 | 101101 |
Color Harmonies of #99844B
Complementary color
Monochromatic Colors of #99844B
Black with #99844B
Text Example
Text Example
White with #99844B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99844B; }
p { color: rgb(153,132,75); }
H1.HeaderClassName
{
color: #99844B;
}
.AnyTagClassName
{
color: #99844B;
}
</style>
background-color css
<style>
a { background-color: #99844B; }
a { background-color: rgb(153,132,75); }
div.DivClassName
{
background-color: #99844B;
}
.BgClassName
{
background-color: #99844B;
}
</style>
border-color css
<style>
span { border-color: #99844B; }
span { border-color: rgb(153,132,75); }
td.TdClassName
{
border-color: #99844B;
}
.TagClassName
{
border-color: #99844B;
}
</style>