#8E743C

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

Shades of Corn Harvest #8E743C

Tints of Corn Harvest #8E743C

Color information

#8E743C (or 0x8E743C) is unknown color: approx Corn Harvest. HEX triplet: 8E, 74 and 3C. RGB value is (142,116,60). Sum of RGB (Red+Green+Blue) = 142+116+60=318 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.65% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 142 - color contains mainly: red. Hex color #8E743C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E743C is #718BC3. Grayscale: #757575. Windows color (decimal): -7441348 or 3961998. OLE color: 3961998.

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

Color convert

RGB14211660-
CMYK00.180.580.44
HSL40.98º40.59%39.61%-
HSV(B)40.98º57.75%55.69%-
XYZ18.2218.576.9-
YUV117.3995.61145.55-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.65%
GREEN value IS 116 (45.70% from 255) = 36.48%
BLUE value IS 60 (23.83% from 255) = 18.87%
R=44.65%
G=36.48%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421166000.180.580.4440.9840.5939.61
Hex8E743C0123A2C292928
Octal216164740227254515150
Binary100011101110100111100010010111010101100101001101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E743C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,116,60); }

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

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

 a { background-color: rgb(142,116,60); }

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

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

 span { border-color: rgb(142,116,60); }

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