#8E721E

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

Shades of Corn Harvest #8E721E

Tints of Corn Harvest #8E721E

Color information

#8E721E (or 0x8E721E) is unknown color: approx Corn Harvest. HEX triplet: 8E, 72 and 1E. RGB value is (142,114,30). Sum of RGB (Red+Green+Blue) = 142+114+30=286 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.65% from 286); Green value is 114 (44.92% from 255 or 39.86% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 142 - color contains mainly: red. Hex color #8E721E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E721E is #718DE1. Grayscale: #717171. Windows color (decimal): -7441890 or 1995406. OLE color: 1995406.

HSL color Cylindrical-coordinate representation of color #8E721E: hue angle of 45º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8E721E is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.44.

Color convert

RGB14211430-
CMYK00.200.790.44
HSL45º65.12%33.73%-
HSV(B)45º78.87%55.69%-
XYZ17.4117.883.76-
YUV112.881.28148.83-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.65%
GREEN value IS 114 (44.92% from 255) = 39.86%
BLUE value IS 30 (12.11% from 255) = 10.49%
R=49.65%
G=39.86%
B=10.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.79
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421143000.200.790.444565.1233.73
Hex8E721E0144F2C2d4122
Octal21616236024117545510142
Binary1000111011100101111001010010011111011001011011000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E721E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,114,30); }

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

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

 a { background-color: rgb(142,114,30); }

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

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

 span { border-color: rgb(142,114,30); }

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