#8E7124

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

Shades of Corn Harvest #8E7124

Tints of Corn Harvest #8E7124

Color information

#8E7124 (or 0x8E7124) is unknown color: approx Corn Harvest. HEX triplet: 8E, 71 and 24. RGB value is (142,113,36). Sum of RGB (Red+Green+Blue) = 142+113+36=291 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.80% from 291); Green value is 113 (44.53% from 255 or 38.83% from 291); Blue value is 36 (14.45% from 255 or 12.37% from 291); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7124 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7124 is #718EDB. Grayscale: #717171. Windows color (decimal): -7442140 or 2388366. OLE color: 2388366.

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

Color convert

RGB14211336-
CMYK00.200.750.44
HSL43.58º59.55%34.9%-
HSV(B)43.58º74.65%55.69%-
XYZ17.3817.694.17-
YUV112.8984.61148.76-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 48.80%
GREEN value IS 113 (44.53% from 255) = 38.83%
BLUE value IS 36 (14.45% from 255) = 12.37%
R=48.80%
G=38.83%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.75
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421133600.200.750.4443.5859.5534.9
Hex8E71240144B2C2c3c23
Octal2161614402411354547443
Binary1000111011100011001000101001001011101100101100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,113,36); }

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

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

 a { background-color: rgb(142,113,36); }

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

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

 span { border-color: rgb(142,113,36); }

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