#988259

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

Shades of Muesli #988259

Tints of Muesli #988259

Color information

#988259 (or 0x988259) is unknown color: approx Muesli. HEX triplet: 98, 82 and 59. RGB value is (152,130,89). Sum of RGB (Red+Green+Blue) = 152+130+89=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 89 (35.16% from 255 or 23.99% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #988259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988259 is #677DA6. Grayscale: #848484. Windows color (decimal): -6782375 or 5866136. OLE color: 5866136.

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

Color convert

RGB15213089-
CMYK00.140.410.40
HSL39.05º26.14%47.25%-
HSV(B)39.05º41.45%59.61%-
XYZ22.7323.3612.76-
YUV131.9103.79142.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.97%
GREEN value IS 130 (51.17% from 255) = 35.04%
BLUE value IS 89 (35.16% from 255) = 23.99%
R=40.97%
G=35.04%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521308900.140.410.4039.0526.1447.25
Hex9882590E2928271a2f
Octal2302021310165150473257
Binary100110001000001010110010111010100110100010011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988259; }

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

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

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

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

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

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

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

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