Shades of Muesli #998258
Tints of Muesli #998258
RGB
CMYK
RGB Variations
Color information
#998258 (or 0x998258) is known color: Muesli. HEX triplet: 99, 82 and 58. RGB value is (153,130,88). Sum of RGB (Red+Green+Blue) = 153+130+88=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #998258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998258 is #667DA7. Grayscale: #848484. Windows color (decimal): -6716840 or 5800601. OLE color: 5800601.
HSL color Cylindrical-coordinate representation of color #998258: hue angle of 38.77º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #998258 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 130 | 88 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.4 |
| HSL | 38.77º | 0.27% | 0.47% | - |
| HSV(B) | 38.77º | 0.42% | 0.6% | - |
| XYZ | 22.88 | 23.44 | 12.55 | - |
| YUV | 132.09 | 103.12 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 130 | 88 | 0 | 0.15 | 0.42 | 0.4 | 38.77 | 0.27 | 0.47 |
| Hex | 99 | 82 | 58 | 0 | F | 2A | 28 | 27 | 1B | 2F |
| Octal | 231 | 202 | 130 | 0 | 17 | 52 | 50 | 47 | 33 | 57 |
| Binary | 10011001 | 10000010 | 1011000 | 0 | 1111 | 101010 | 101000 | 100111 | 11011 | 101111 |
Color Harmonies of #998258
Complementary color
Monochromatic Colors of #998258
Black with #998258
Text Example
Text Example
White with #998258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998258; }
p { color: rgb(153,130,88); }
H1.HeaderClassName
{
color: #998258;
}
.AnyTagClassName
{
color: #998258;
}
</style>
background-color css
<style>
a { background-color: #998258; }
a { background-color: rgb(153,130,88); }
div.DivClassName
{
background-color: #998258;
}
.BgClassName
{
background-color: #998258;
}
</style>
border-color css
<style>
span { border-color: #998258; }
span { border-color: rgb(153,130,88); }
td.TdClassName
{
border-color: #998258;
}
.TagClassName
{
border-color: #998258;
}
</style>