#896E2F

Color #896E2F Corn Harvest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Harvest #896E2F

Tints of Corn Harvest #896E2F

Color information

#896E2F (or 0x896E2F) is unknown color: approx Corn Harvest. HEX triplet: 89, 6E and 2F. RGB value is (137,110,47). Sum of RGB (Red+Green+Blue) = 137+110+47=294 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.60% from 294); Green value is 110 (43.36% from 255 or 37.41% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 137 - color contains mainly: red. Hex color #896E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896E2F is #7691D0. Grayscale: #6F6F6F. Windows color (decimal): -7770577 or 3108489. OLE color: 3108489.

HSL color Cylindrical-coordinate representation of color #896E2F: hue angle of 42º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #896E2F is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB13711047-
CMYK00.200.660.46
HSL42º48.91%36.08%-
HSV(B)42º65.69%53.73%-
XYZ16.4116.685.04-
YUV110.8991.95146.62-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.60%
GREEN value IS 110 (43.36% from 255) = 37.41%
BLUE value IS 47 (18.75% from 255) = 15.99%
R=46.60%
G=37.41%
B=15.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.66
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371104700.200.660.464248.9136.08
Hex896E2F014422E2a3124
Octal2111565702410256526144
Binary1000100111011101011110101001000010101110101010110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896E2F; }

 p { color: rgb(137,110,47); }

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

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

 a { background-color: rgb(137,110,47); }

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

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

 span { border-color: rgb(137,110,47); }

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