#8E7026

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

Shades of Corn Harvest #8E7026

Tints of Corn Harvest #8E7026

Color information

#8E7026 (or 0x8E7026) is unknown color: approx Corn Harvest. HEX triplet: 8E, 70 and 26. RGB value is (142,112,38). Sum of RGB (Red+Green+Blue) = 142+112+38=292 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.63% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 38 (15.23% from 255 or 13.01% from 292); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7026 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7026 is #718FD9. Grayscale: #707070. Windows color (decimal): -7442394 or 2519182. OLE color: 2519182.

HSL color Cylindrical-coordinate representation of color #8E7026: hue angle of 42.69º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8E7026 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.44.

Color convert

RGB14211238-
CMYK00.210.730.44
HSL42.69º57.78%35.29%-
HSV(B)42.69º73.24%55.69%-
XYZ17.317.484.3-
YUV112.5385.94149.02-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 48.63%
GREEN value IS 112 (44.14% from 255) = 38.36%
BLUE value IS 38 (15.23% from 255) = 13.01%
R=48.63%
G=38.36%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421123800.210.730.4442.6957.7835.29
Hex8E7026015492C2b3a23
Octal2161604602511154537243
Binary1000111011100001001100101011001001101100101011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E7026; }

 p { color: rgb(142,112,38); }

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

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

 a { background-color: rgb(142,112,38); }

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

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

 span { border-color: rgb(142,112,38); }

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