#988050

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

Shades of Muesli #988050

Tints of Muesli #988050

Color information

#988050 (or 0x988050) is unknown color: approx Muesli. HEX triplet: 98, 80 and 50. RGB value is (152,128,80). Sum of RGB (Red+Green+Blue) = 152+128+80=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 152 - color contains mainly: red. Hex color #988050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988050 is #677FAF. Grayscale: #818181. Windows color (decimal): -6782896 or 5275800. OLE color: 5275800.

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

Color convert

RGB15212880-
CMYK00.160.470.40
HSL40º31.03%45.49%-
HSV(B)40º47.37%59.61%-
XYZ22.1222.6910.8-
YUV129.799.95143.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.22%
GREEN value IS 128 (50.39% from 255) = 35.56%
BLUE value IS 80 (31.64% from 255) = 22.22%
R=42.22%
G=35.56%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521288000.160.470.404031.0345.49
Hex9880500102F28281f2d
Octal2302001200205750503755
Binary1001100010000000101000001000010111110100010100011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988050; }

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

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

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

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

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

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

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

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