#988159

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

Shades of Muesli #988159

Tints of Muesli #988159

Color information

#988159 (or 0x988159) is unknown color: approx Muesli. HEX triplet: 98, 81 and 59. RGB value is (152,129,89). Sum of RGB (Red+Green+Blue) = 152+129+89=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 89 (35.16% from 255 or 24.05% from 370); Max value from RGB is 152 - color contains mainly: red. Hex color #988159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988159 is #677EA6. Grayscale: #838383. Windows color (decimal): -6782631 or 5865880. OLE color: 5865880.

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

Color convert

RGB15212989-
CMYK00.150.410.40
HSL38.1º26.14%47.25%-
HSV(B)38.1º41.45%59.61%-
XYZ22.623.112.72-
YUV131.32104.12142.75-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.08%
GREEN value IS 129 (50.78% from 255) = 34.86%
BLUE value IS 89 (35.16% from 255) = 24.05%
R=41.08%
G=34.86%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521298900.150.410.4038.126.1447.25
Hex9881590F2928261a2f
Octal2302011310175150463257
Binary100110001000000110110010111110100110100010011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988159; }

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

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

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

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

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

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

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

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