Shades of Muesli #98835A
Tints of Muesli #98835A
RGB
CMYK
RGB Variations
Color information
#98835A (or 0x98835A) is known color: Muesli. HEX triplet: 98, 83 and 5A. RGB value is (152,131,90). Sum of RGB (Red+Green+Blue) = 152+131+90=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 90 (35.55% from 255 or 24.13% from 373); Max value from RGB is 152 - color contains mainly: red. Hex color #98835A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98835A is #677CA5. Grayscale: #848484. Windows color (decimal): -6782118 or 5931928. OLE color: 5931928.
HSL color Cylindrical-coordinate representation of color #98835A: hue angle of 39.68º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #98835A is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 131 | 90 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.40 |
| HSL | 39.68º | 0.26% | 0.47% | - |
| HSV(B) | 39.68º | 0.41% | 0.6% | - |
| XYZ | 22.91 | 23.65 | 13.03 | - |
| YUV | 132.61 | 103.96 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 131 | 90 | 0 | 0.14 | 0.41 | 0.40 | 39.68 | 0.26 | 0.47 |
| Hex | 98 | 83 | 5A | 0 | E | 29 | 28 | 28 | 1A | 2F |
| Octal | 230 | 203 | 132 | 0 | 16 | 51 | 50 | 50 | 32 | 57 |
| Binary | 10011000 | 10000011 | 1011010 | 0 | 1110 | 101001 | 101000 | 101000 | 11010 | 101111 |
Color Harmonies of #98835A
Complementary color
Monochromatic Colors of #98835A
Black with #98835A
Text Example
Text Example
White with #98835A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98835A; }
p { color: rgb(152,131,90); }
H1.HeaderClassName
{
color: #98835A;
}
.AnyTagClassName
{
color: #98835A;
}
</style>
background-color css
<style>
a { background-color: #98835A; }
a { background-color: rgb(152,131,90); }
div.DivClassName
{
background-color: #98835A;
}
.BgClassName
{
background-color: #98835A;
}
</style>
border-color css
<style>
span { border-color: #98835A; }
span { border-color: rgb(152,131,90); }
td.TdClassName
{
border-color: #98835A;
}
.TagClassName
{
border-color: #98835A;
}
</style>