#8E782F

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

Shades of Corn Harvest #8E782F

Tints of Corn Harvest #8E782F

Color information

#8E782F (or 0x8E782F) is unknown color: approx Corn Harvest. HEX triplet: 8E, 78 and 2F. RGB value is (142,120,47). Sum of RGB (Red+Green+Blue) = 142+120+47=309 (40% of max value = 765). Red value is 142 (55.86% from 255 or 45.95% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 142 - color contains mainly: red. Hex color #8E782F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E782F is #7187D0. Grayscale: #767676. Windows color (decimal): -7440337 or 3111054. OLE color: 3111054.

HSL color Cylindrical-coordinate representation of color #8E782F: hue angle of 46.11º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8E782F is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB14212047-
CMYK00.150.670.44
HSL46.11º50.26%37.06%-
HSV(B)46.11º66.9%55.69%-
XYZ18.3819.395.46-
YUV118.2687.79144.94-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.95%
GREEN value IS 120 (47.27% from 255) = 38.83%
BLUE value IS 47 (18.75% from 255) = 15.21%
R=45.95%
G=38.83%
B=15.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421204700.150.670.4446.1150.2637.06
Hex8E782F0F432C2e3225
Octal2161705701710354566245
Binary100011101111000101111011111000011101100101110110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E782F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,120,47); }

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

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

 a { background-color: rgb(142,120,47); }

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

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

 span { border-color: rgb(142,120,47); }

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