Shades of Muesli #998253
Tints of Muesli #998253
RGB
CMYK
RGB Variations
Color information
#998253 (or 0x998253) is known color: Muesli. HEX triplet: 99, 82 and 53. RGB value is (153,130,83). Sum of RGB (Red+Green+Blue) = 153+130+83=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 83 (32.81% from 255 or 22.68% from 366); Max value from RGB is 153 - color contains mainly: red. Hex color #998253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998253 is #667DAC. Grayscale: #838383. Windows color (decimal): -6716845 or 5472921. OLE color: 5472921.
HSL color Cylindrical-coordinate representation of color #998253: hue angle of 40.29º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #998253 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 130 | 83 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.4 |
| HSL | 40.29º | 0.3% | 0.46% | - |
| HSV(B) | 40.29º | 0.46% | 0.6% | - |
| XYZ | 22.68 | 23.36 | 11.5 | - |
| YUV | 131.52 | 100.62 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 130 | 83 | 0 | 0.15 | 0.46 | 0.4 | 40.29 | 0.3 | 0.46 |
| Hex | 99 | 82 | 53 | 0 | F | 2E | 28 | 28 | 1E | 2E |
| Octal | 231 | 202 | 123 | 0 | 17 | 56 | 50 | 50 | 36 | 56 |
| Binary | 10011001 | 10000010 | 1010011 | 0 | 1111 | 101110 | 101000 | 101000 | 11110 | 101110 |
Color Harmonies of #998253
Complementary color
Monochromatic Colors of #998253
Black with #998253
Text Example
Text Example
White with #998253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998253; }
p { color: rgb(153,130,83); }
H1.HeaderClassName
{
color: #998253;
}
.AnyTagClassName
{
color: #998253;
}
</style>
background-color css
<style>
a { background-color: #998253; }
a { background-color: rgb(153,130,83); }
div.DivClassName
{
background-color: #998253;
}
.BgClassName
{
background-color: #998253;
}
</style>
border-color css
<style>
span { border-color: #998253; }
span { border-color: rgb(153,130,83); }
td.TdClassName
{
border-color: #998253;
}
.TagClassName
{
border-color: #998253;
}
</style>