#8E6D1E

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

Shades of Corn Harvest #8E6D1E

Tints of Corn Harvest #8E6D1E

Color information

#8E6D1E (or 0x8E6D1E) is unknown color: approx Corn Harvest. HEX triplet: 8E, 6D and 1E. RGB value is (142,109,30). Sum of RGB (Red+Green+Blue) = 142+109+30=281 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.53% from 281); Green value is 109 (42.97% from 255 or 38.79% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6D1E is #7192E1. Grayscale: #6E6E6E. Windows color (decimal): -7443170 or 1994126. OLE color: 1994126.

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

Color convert

RGB14210930-
CMYK00.230.790.44
HSL42.32º65.12%33.73%-
HSV(B)42.32º78.87%55.69%-
XYZ16.8616.783.58-
YUV109.8682.93150.92-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.53%
GREEN value IS 109 (42.97% from 255) = 38.79%
BLUE value IS 30 (12.11% from 255) = 10.68%
R=50.53%
G=38.79%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.79
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421093000.230.790.4442.3265.1233.73
Hex8E6D1E0174F2C2a4122
Octal21615536027117545210142
Binary1000111011011011111001011110011111011001010101000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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