#897028

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

Shades of Corn Harvest #897028

Tints of Corn Harvest #897028

Color information

#897028 (or 0x897028) is unknown color: approx Corn Harvest. HEX triplet: 89, 70 and 28. RGB value is (137,112,40). Sum of RGB (Red+Green+Blue) = 137+112+40=289 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.40% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 137 - color contains mainly: red. Hex color #897028 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897028 is #768FD7. Grayscale: #6F6F6F. Windows color (decimal): -7770072 or 2650249. OLE color: 2650249.

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

Color convert

RGB13711240-
CMYK00.180.710.46
HSL44.54º54.8%34.71%-
HSV(B)44.54º70.8%53.73%-
XYZ16.4917.064.43-
YUV111.2787.78146.35-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.40%
GREEN value IS 112 (44.14% from 255) = 38.75%
BLUE value IS 40 (16.02% from 255) = 13.84%
R=47.40%
G=38.75%
B=13.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.71
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371124000.180.710.4644.5454.834.71
Hex897028012472E2d3723
Octal2111605002210756556743
Binary1000100111100001010000100101000111101110101101110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897028; }

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

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

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

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

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

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

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

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