#8E782D

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

Shades of Corn Harvest #8E782D

Tints of Corn Harvest #8E782D

Color information

#8E782D (or 0x8E782D) is unknown color: approx Corn Harvest. HEX triplet: 8E, 78 and 2D. RGB value is (142,120,45). Sum of RGB (Red+Green+Blue) = 142+120+45=307 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.25% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 142 - color contains mainly: red. Hex color #8E782D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E782D is #7187D2. Grayscale: #767676. Windows color (decimal): -7440339 or 2979982. OLE color: 2979982.

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

Color convert

RGB14212045-
CMYK00.150.680.44
HSL46.39º51.87%36.67%-
HSV(B)46.39º68.31%55.69%-
XYZ18.3519.375.26-
YUV118.0386.79145.1-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.25%
GREEN value IS 120 (47.27% from 255) = 39.09%
BLUE value IS 45 (17.97% from 255) = 14.66%
R=46.25%
G=39.09%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421204500.150.680.4446.3951.8736.67
Hex8E782D0F442C2e3425
Octal2161705501710454566445
Binary100011101111000101101011111000100101100101110110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E782D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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