#997F4F

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

Shades of Muesli #997F4F

Tints of Muesli #997F4F

Color information

#997F4F (or 0x997F4F) is unknown color: approx Muesli. HEX triplet: 99, 7F and 4F. RGB value is (153,127,79). Sum of RGB (Red+Green+Blue) = 153+127+79=359 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.62% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 79 (31.25% from 255 or 22.01% from 359); Max value from RGB is 153 - color contains mainly: red. Hex color #997F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997F4F is #6680B0. Grayscale: #818181. Windows color (decimal): -6717617 or 5210009. OLE color: 5210009.

HSL color Cylindrical-coordinate representation of color #997F4F: hue angle of 38.92º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #997F4F is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB15312779-
CMYK00.170.480.4
HSL38.92º31.9%45.49%-
HSV(B)38.92º48.37%60%-
XYZ22.1422.5210.58-
YUV129.399.61144.9-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.62%
GREEN value IS 127 (50% from 255) = 35.38%
BLUE value IS 79 (31.25% from 255) = 22.01%
R=42.62%
G=35.38%
B=22.01%

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
Decimal1531277900.170.480.438.9231.945.49
Hex997F4F011302827202d
Octal2311771170216050474055
Binary1001100111111111001111010001110000101000100111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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