#8E7224

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

Shades of Corn Harvest #8E7224

Tints of Corn Harvest #8E7224

Color information

#8E7224 (or 0x8E7224) is unknown color: approx Corn Harvest. HEX triplet: 8E, 72 and 24. RGB value is (142,114,36). Sum of RGB (Red+Green+Blue) = 142+114+36=292 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.63% from 292); Green value is 114 (44.92% from 255 or 39.04% from 292); Blue value is 36 (14.45% from 255 or 12.33% from 292); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7224 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7224 is #718DDB. Grayscale: #717171. Windows color (decimal): -7441884 or 2388622. OLE color: 2388622.

HSL color Cylindrical-coordinate representation of color #8E7224: hue angle of 44.15º 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 #8E7224 is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.44.

Color convert

RGB14211436-
CMYK00.200.750.44
HSL44.15º59.55%34.9%-
HSV(B)44.15º74.65%55.69%-
XYZ17.4917.914.2-
YUV113.4884.28148.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 48.63%
GREEN value IS 114 (44.92% from 255) = 39.04%
BLUE value IS 36 (14.45% from 255) = 12.33%
R=48.63%
G=39.04%
B=12.33%

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
Decimal1421143600.200.750.4444.1559.5534.9
Hex8E72240144B2C2c3c23
Octal2161624402411354547443
Binary1000111011100101001000101001001011101100101100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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