#897128

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

Shades of Corn Harvest #897128

Tints of Corn Harvest #897128

Color information

#897128 (or 0x897128) is unknown color: approx Corn Harvest. HEX triplet: 89, 71 and 28. RGB value is (137,113,40). Sum of RGB (Red+Green+Blue) = 137+113+40=290 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.24% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 40 (16.02% from 255 or 13.79% from 290); Max value from RGB is 137 - color contains mainly: red. Hex color #897128 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897128 is #768ED7. Grayscale: #707070. Windows color (decimal): -7769816 or 2650505. OLE color: 2650505.

HSL color Cylindrical-coordinate representation of color #897128: hue angle of 45.15º 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 #897128 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.46.

Color convert

RGB13711340-
CMYK00.180.710.46
HSL45.15º54.8%34.71%-
HSV(B)45.15º70.8%53.73%-
XYZ16.617.284.47-
YUV111.8587.45145.94-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.24%
GREEN value IS 113 (44.53% from 255) = 38.97%
BLUE value IS 40 (16.02% from 255) = 13.79%
R=47.24%
G=38.97%
B=13.79%

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
Decimal1371134000.180.710.4645.1554.834.71
Hex897128012472E2d3723
Octal2111615002210756556743
Binary1000100111100011010000100101000111101110101101110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897128; }

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

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

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

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

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

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

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

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