#988055

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

Shades of Muesli #988055

Tints of Muesli #988055

Color information

#988055 (or 0x988055) is unknown color: approx Muesli. HEX triplet: 98, 80 and 55. RGB value is (152,128,85). Sum of RGB (Red+Green+Blue) = 152+128+85=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 152 - color contains mainly: red. Hex color #988055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988055 is #677FAA. Grayscale: #828282. Windows color (decimal): -6782891 or 5603480. OLE color: 5603480.

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

Color convert

RGB15212885-
CMYK00.160.440.40
HSL38.51º28.27%46.47%-
HSV(B)38.51º44.08%59.61%-
XYZ22.3122.7711.81-
YUV130.27102.45143.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.64%
GREEN value IS 128 (50.39% from 255) = 35.07%
BLUE value IS 85 (33.59% from 255) = 23.29%
R=41.64%
G=35.07%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521288500.160.440.4038.5128.2746.47
Hex9880550102C28271c2e
Octal2302001250205450473456
Binary1001100010000000101010101000010110010100010011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988055; }

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

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

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

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

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

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

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

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