#8E781F

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

Shades of Corn Harvest #8E781F

Tints of Corn Harvest #8E781F

Color information

#8E781F (or 0x8E781F) is unknown color: approx Corn Harvest. HEX triplet: 8E, 78 and 1F. RGB value is (142,120,31). Sum of RGB (Red+Green+Blue) = 142+120+31=293 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.46% from 293); Green value is 120 (47.27% from 255 or 40.96% from 293); Blue value is 31 (12.5% from 255 or 10.58% from 293); Max value from RGB is 142 - color contains mainly: red. Hex color #8E781F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E781F is #7187E0. Grayscale: #747474. Windows color (decimal): -7440353 or 2062478. OLE color: 2062478.

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

Color convert

RGB14212031-
CMYK00.150.780.44
HSL48.11º64.16%33.92%-
HSV(B)48.11º78.17%55.69%-
XYZ18.1219.284.06-
YUV116.4379.79146.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 48.46%
GREEN value IS 120 (47.27% from 255) = 40.96%
BLUE value IS 31 (12.5% from 255) = 10.58%
R=48.46%
G=40.96%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.78
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421203100.150.780.4448.1164.1633.92
Hex8E781F0F4E2C304022
Octal21617037017116546010042
Binary100011101111000111110111110011101011001100001000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E781F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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