#8E6D1F

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

Shades of Corn Harvest #8E6D1F

Tints of Corn Harvest #8E6D1F

Color information

#8E6D1F (or 0x8E6D1F) is unknown color: approx Corn Harvest. HEX triplet: 8E, 6D and 1F. RGB value is (142,109,31). Sum of RGB (Red+Green+Blue) = 142+109+31=282 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.35% from 282); Green value is 109 (42.97% from 255 or 38.65% from 282); Blue value is 31 (12.5% from 255 or 10.99% from 282); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6D1F is #7192E0. Grayscale: #6E6E6E. Windows color (decimal): -7443169 or 2059662. OLE color: 2059662.

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

Color convert

RGB14210931-
CMYK00.230.780.44
HSL42.16º64.16%33.92%-
HSV(B)42.16º78.17%55.69%-
XYZ16.8716.793.65-
YUV109.9883.43150.84-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.35%
GREEN value IS 109 (42.97% from 255) = 38.65%
BLUE value IS 31 (12.5% from 255) = 10.99%
R=50.35%
G=38.65%
B=10.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.78
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421093100.230.780.4442.1664.1633.92
Hex8E6D1F0174E2C2a4022
Octal21615537027116545210042
Binary1000111011011011111101011110011101011001010101000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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