#997F50

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

Shades of Muesli #997F50

Tints of Muesli #997F50

Color information

#997F50 (or 0x997F50) is unknown color: approx Muesli. HEX triplet: 99, 7F and 50. RGB value is (153,127,80). Sum of RGB (Red+Green+Blue) = 153+127+80=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 153 - color contains mainly: red. Hex color #997F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997F50 is #6680AF. Grayscale: #818181. Windows color (decimal): -6717616 or 5275545. OLE color: 5275545.

HSL color Cylindrical-coordinate representation of color #997F50: hue angle of 38.63º 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 #997F50 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB15312780-
CMYK00.170.480.4
HSL38.63º31.33%45.69%-
HSV(B)38.63º47.71%60%-
XYZ22.1722.5310.77-
YUV129.42100.11144.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.5%
GREEN value IS 127 (50% from 255) = 35.28%
BLUE value IS 80 (31.64% from 255) = 22.22%
R=42.5%
G=35.28%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531278000.170.480.438.6331.3345.69
Hex997F500113028271f2e
Octal2311771200216050473756
Binary100110011111111101000001000111000010100010011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997F50; }

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

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

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

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

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

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

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

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