#988057

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

Shades of Muesli #988057

Tints of Muesli #988057

Color information

#988057 (or 0x988057) is unknown color: approx Muesli. HEX triplet: 98, 80 and 57. RGB value is (152,128,87). Sum of RGB (Red+Green+Blue) = 152+128+87=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 87 (34.38% from 255 or 23.71% from 367); Max value from RGB is 152 - color contains mainly: red. Hex color #988057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988057 is #677FA8. Grayscale: #828282. Windows color (decimal): -6782889 or 5734552. OLE color: 5734552.

HSL color Cylindrical-coordinate representation of color #988057: hue angle of 37.85º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #988057 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.40.

Color convert

RGB15212887-
CMYK00.160.430.40
HSL37.85º27.2%46.86%-
HSV(B)37.85º42.76%59.61%-
XYZ22.3922.812.24-
YUV130.5103.45143.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.42%
GREEN value IS 128 (50.39% from 255) = 34.88%
BLUE value IS 87 (34.38% from 255) = 23.71%
R=41.42%
G=34.88%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521288700.160.430.4037.8527.246.86
Hex9880570102B28261b2f
Octal2302001270205350463357
Binary1001100010000000101011101000010101110100010011011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988057; }

 p { color: rgb(152,128,87); }

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

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

 a { background-color: rgb(152,128,87); }

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

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

 span { border-color: rgb(152,128,87); }

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