#998050

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

Shades of Muesli #998050

Tints of Muesli #998050

Color information

#998050 (or 0x998050) is unknown color: approx Muesli. HEX triplet: 99, 80 and 50. RGB value is (153,128,80). Sum of RGB (Red+Green+Blue) = 153+128+80=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 153 - color contains mainly: red. Hex color #998050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998050 is #667FAF. Grayscale: #828282. Windows color (decimal): -6717360 or 5275801. OLE color: 5275801.

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

Color convert

RGB15312880-
CMYK00.160.480.4
HSL39.45º31.33%45.69%-
HSV(B)39.45º47.71%60%-
XYZ22.322.7910.81-
YUV13099.78144.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.38%
GREEN value IS 128 (50.39% from 255) = 35.46%
BLUE value IS 80 (31.64% from 255) = 22.16%
R=42.38%
G=35.46%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531288000.160.480.439.4531.3345.69
Hex9980500103028271f2e
Octal2312001200206050473756
Binary1001100110000000101000001000011000010100010011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998050; }

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

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

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

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

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

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

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

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