#997948

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

Shades of Muesli #997948

Tints of Muesli #997948

Color information

#997948 (or 0x997948) is unknown color: approx Muesli. HEX triplet: 99, 79 and 48. RGB value is (153,121,72). Sum of RGB (Red+Green+Blue) = 153+121+72=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 72 (28.52% from 255 or 20.81% from 346); Max value from RGB is 153 - color contains mainly: red. Hex color #997948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997948 is #6686B7. Grayscale: #7D7D7D. Windows color (decimal): -6719160 or 4749721. OLE color: 4749721.

HSL color Cylindrical-coordinate representation of color #997948: hue angle of 36.3º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #997948 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.4.

Color convert

RGB15312172-
CMYK00.210.530.4
HSL36.3º36%44.12%-
HSV(B)36.3º52.94%60%-
XYZ21.1420.919.05-
YUV124.9898.1147.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.22%
GREEN value IS 121 (47.66% from 255) = 34.97%
BLUE value IS 72 (28.52% from 255) = 20.81%
R=44.22%
G=34.97%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531217200.210.530.436.33644.12
Hex997948015352824242c
Octal2311711100256550444454
Binary1001100111110011001000010101110101101000100100100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997948; }

 p { color: rgb(153,121,72); }

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

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

 a { background-color: rgb(153,121,72); }

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

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

 span { border-color: rgb(153,121,72); }

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