#897032

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

Shades of Corn Harvest #897032

Tints of Corn Harvest #897032

Color information

#897032 (or 0x897032) is unknown color: approx Corn Harvest. HEX triplet: 89, 70 and 32. RGB value is (137,112,50). Sum of RGB (Red+Green+Blue) = 137+112+50=299 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.82% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 50 (19.92% from 255 or 16.72% from 299); Max value from RGB is 137 - color contains mainly: red. Hex color #897032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897032 is #768FCD. Grayscale: #707070. Windows color (decimal): -7770062 or 3305609. OLE color: 3305609.

HSL color Cylindrical-coordinate representation of color #897032: hue angle of 42.76º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #897032 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB13711250-
CMYK00.180.640.46
HSL42.76º46.52%36.67%-
HSV(B)42.76º63.5%53.73%-
XYZ16.6917.145.45-
YUV112.4192.78145.54-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.82%
GREEN value IS 112 (44.14% from 255) = 37.46%
BLUE value IS 50 (19.92% from 255) = 16.72%
R=45.82%
G=37.46%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371125000.180.640.4642.7646.5236.67
Hex897032012402E2b2f25
Octal2111606202210056535745
Binary1000100111100001100100100101000000101110101011101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897032; }

 p { color: rgb(137,112,50); }

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

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

 a { background-color: rgb(137,112,50); }

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

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

 span { border-color: rgb(137,112,50); }

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