Shades of Muesli #99855D
Tints of Muesli #99855D
RGB
CMYK
RGB Variations
Color information
#99855D (or 0x99855D) is known color: Muesli. HEX triplet: 99, 85 and 5D. RGB value is (153,133,93). Sum of RGB (Red+Green+Blue) = 153+133+93=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 153 - color contains mainly: red. Hex color #99855D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99855D is #667AA2. Grayscale: #868686. Windows color (decimal): -6716067 or 6129049. OLE color: 6129049.
HSL color Cylindrical-coordinate representation of color #99855D: hue angle of 40º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99855D is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 133 | 93 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.4 |
| HSL | 40º | 0.24% | 0.48% | - |
| HSV(B) | 40º | 0.39% | 0.6% | - |
| XYZ | 23.5 | 24.34 | 13.81 | - |
| YUV | 134.42 | 104.63 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 133 | 93 | 0 | 0.13 | 0.39 | 0.4 | 40 | 0.24 | 0.48 |
| Hex | 99 | 85 | 5D | 0 | D | 27 | 28 | 28 | 18 | 30 |
| Octal | 231 | 205 | 135 | 0 | 15 | 47 | 50 | 50 | 30 | 60 |
| Binary | 10011001 | 10000101 | 1011101 | 0 | 1101 | 100111 | 101000 | 101000 | 11000 | 110000 |
Color Harmonies of #99855D
Complementary color
Monochromatic Colors of #99855D
Black with #99855D
Text Example
Text Example
White with #99855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99855D; }
p { color: rgb(153,133,93); }
H1.HeaderClassName
{
color: #99855D;
}
.AnyTagClassName
{
color: #99855D;
}
</style>
background-color css
<style>
a { background-color: #99855D; }
a { background-color: rgb(153,133,93); }
div.DivClassName
{
background-color: #99855D;
}
.BgClassName
{
background-color: #99855D;
}
</style>
border-color css
<style>
span { border-color: #99855D; }
span { border-color: rgb(153,133,93); }
td.TdClassName
{
border-color: #99855D;
}
.TagClassName
{
border-color: #99855D;
}
</style>