#998057

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

Shades of Muesli #998057

Tints of Muesli #998057

Color information

#998057 (or 0x998057) is unknown color: approx Muesli. HEX triplet: 99, 80 and 57. RGB value is (153,128,87). Sum of RGB (Red+Green+Blue) = 153+128+87=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 87 (34.38% from 255 or 23.64% from 368); Max value from RGB is 153 - color contains mainly: red. Hex color #998057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998057 is #667FA8. Grayscale: #828282. Windows color (decimal): -6717353 or 5734553. OLE color: 5734553.

HSL color Cylindrical-coordinate representation of color #998057: hue angle of 37.27º degrees, saturation: 0.28, 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 #998057 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.4.

Color convert

RGB15312887-
CMYK00.160.430.4
HSL37.27º27.5%47.06%-
HSV(B)37.27º43.14%60%-
XYZ22.5822.912.25-
YUV130.8103.28143.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.58%
GREEN value IS 128 (50.39% from 255) = 34.78%
BLUE value IS 87 (34.38% from 255) = 23.64%
R=41.58%
G=34.78%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531288700.160.430.437.2727.547.06
Hex9980570102B28251c2f
Octal2312001270205350453457
Binary1001100110000000101011101000010101110100010010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998057; }

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

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

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

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

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

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

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

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