#988559

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

Shades of Muesli #988559

Tints of Muesli #988559

Color information

#988559 (or 0x988559) is unknown color: approx Muesli. HEX triplet: 98, 85 and 59. RGB value is (152,133,89). Sum of RGB (Red+Green+Blue) = 152+133+89=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 89 (35.16% from 255 or 23.80% from 374); Max value from RGB is 152 - color contains mainly: red. Hex color #988559 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988559 is #677AA6. Grayscale: #858585. Windows color (decimal): -6781607 or 5866904. OLE color: 5866904.

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

Color convert

RGB15213389-
CMYK00.130.410.40
HSL41.9º26.14%47.25%-
HSV(B)41.9º41.45%59.61%-
XYZ23.1424.1712.9-
YUV133.67102.79141.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.64%
GREEN value IS 133 (52.34% from 255) = 35.56%
BLUE value IS 89 (35.16% from 255) = 23.80%
R=40.64%
G=35.56%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521338900.130.410.4041.926.1447.25
Hex9885590D29282a1a2f
Octal2302051310155150523257
Binary100110001000010110110010110110100110100010101011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988559; }

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

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

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

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

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

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

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

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