#8E6A20

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

Shades of Corn Harvest #8E6A20

Tints of Corn Harvest #8E6A20

Color information

#8E6A20 (or 0x8E6A20) is unknown color: approx Corn Harvest. HEX triplet: 8E, 6A and 20. RGB value is (142,106,32). Sum of RGB (Red+Green+Blue) = 142+106+32=280 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.71% from 280); Green value is 106 (41.80% from 255 or 37.86% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6A20 is #7195DF. Grayscale: #6C6C6C. Windows color (decimal): -7443936 or 2124430. OLE color: 2124430.

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

Color convert

RGB14210632-
CMYK00.250.770.44
HSL40.36º63.22%34.12%-
HSV(B)40.36º77.46%55.69%-
XYZ16.5716.163.61-
YUV108.3384.93152.02-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.71%
GREEN value IS 106 (41.80% from 255) = 37.86%
BLUE value IS 32 (12.89% from 255) = 11.43%
R=50.71%
G=37.86%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.77
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421063200.250.770.4440.3663.2234.12
Hex8E6A200194D2C283f22
Octal2161524003111554507742
Binary1000111011010101000000110011001101101100101000111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,106,32); }

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

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

 a { background-color: rgb(142,106,32); }

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

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

 span { border-color: rgb(142,106,32); }

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