#988558

Color #988558 Muesli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muesli #988558

Tints of Muesli #988558

Color information

#988558 (or 0x988558) is unknown color: approx Muesli. HEX triplet: 98, 85 and 58. RGB value is (152,133,88). Sum of RGB (Red+Green+Blue) = 152+133+88=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 88 (34.77% from 255 or 23.59% from 373); Max value from RGB is 152 - color contains mainly: red. Hex color #988558 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988558 is #677AA7. Grayscale: #858585. Windows color (decimal): -6781608 or 5801368. OLE color: 5801368.

HSL color Cylindrical-coordinate representation of color #988558: hue angle of 42.19º 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 #988558 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB15213388-
CMYK00.130.420.40
HSL42.19º26.67%47.06%-
HSV(B)42.19º42.11%59.61%-
XYZ23.124.1612.68-
YUV133.55102.29141.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 40.75%
GREEN value IS 133 (52.34% from 255) = 35.66%
BLUE value IS 88 (34.77% from 255) = 23.59%
R=40.75%
G=35.66%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521338800.130.420.4042.1926.6747.06
Hex9885580D2A282a1b2f
Octal2302051300155250523357
Binary100110001000010110110000110110101010100010101011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988558; }

 p { color: rgb(152,133,88); }

 H1.HeaderClassName
 {
   color: #988558;
 }
 .AnyTagClassName
 {
   color: #988558;
 }
</style>
background-color css

<style>
 a { background-color: #988558; }

 a { background-color: rgb(152,133,88); }

 div.DivClassName
 {
   background-color: #988558;
 }
 .BgClassName
 {
   background-color: #988558;
 }
</style>
border-color css

<style>
 span { border-color: #988558; }

 span { border-color: rgb(152,133,88); }

 td.TdClassName
 {
   border-color: #988558;
 }
 .TagClassName
 {
   border-color: #988558;
 }
</style>