Shades of Muesli #998153
Tints of Muesli #998153
RGB
CMYK
RGB Variations
Color information
#998153 (or 0x998153) is known color: Muesli. HEX triplet: 99, 81 and 53. RGB value is (153,129,83). Sum of RGB (Red+Green+Blue) = 153+129+83=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 83 (32.81% from 255 or 22.74% from 365); Max value from RGB is 153 - color contains mainly: red. Hex color #998153 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998153 is #667EAC. Grayscale: #838383. Windows color (decimal): -6717101 or 5472665. OLE color: 5472665.
HSL color Cylindrical-coordinate representation of color #998153: hue angle of 39.43º 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 #998153 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 129 | 83 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.4 |
| HSL | 39.43º | 0.3% | 0.46% | - |
| HSV(B) | 39.43º | 0.46% | 0.6% | - |
| XYZ | 22.55 | 23.1 | 11.45 | - |
| YUV | 130.93 | 100.95 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 129 | 83 | 0 | 0.16 | 0.46 | 0.4 | 39.43 | 0.3 | 0.46 |
| Hex | 99 | 81 | 53 | 0 | 10 | 2E | 28 | 27 | 1E | 2E |
| Octal | 231 | 201 | 123 | 0 | 20 | 56 | 50 | 47 | 36 | 56 |
| Binary | 10011001 | 10000001 | 1010011 | 0 | 10000 | 101110 | 101000 | 100111 | 11110 | 101110 |
Color Harmonies of #998153
Complementary color
Monochromatic Colors of #998153
Black with #998153
Text Example
Text Example
White with #998153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998153; }
p { color: rgb(153,129,83); }
H1.HeaderClassName
{
color: #998153;
}
.AnyTagClassName
{
color: #998153;
}
</style>
background-color css
<style>
a { background-color: #998153; }
a { background-color: rgb(153,129,83); }
div.DivClassName
{
background-color: #998153;
}
.BgClassName
{
background-color: #998153;
}
</style>
border-color css
<style>
span { border-color: #998153; }
span { border-color: rgb(153,129,83); }
td.TdClassName
{
border-color: #998153;
}
.TagClassName
{
border-color: #998153;
}
</style>