#8E781C

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

Shades of Corn Harvest #8E781C

Tints of Corn Harvest #8E781C

Color information

#8E781C (or 0x8E781C) is unknown color: approx Corn Harvest. HEX triplet: 8E, 78 and 1C. RGB value is (142,120,28). Sum of RGB (Red+Green+Blue) = 142+120+28=290 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.97% from 290); Green value is 120 (47.27% from 255 or 41.38% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 142 - color contains mainly: red. Hex color #8E781C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E781C is #7187E3. Grayscale: #747474. Windows color (decimal): -7440356 or 1865870. OLE color: 1865870.

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

Color convert

RGB14212028-
CMYK00.150.800.44
HSL48.42º67.06%33.33%-
HSV(B)48.42º80.28%55.69%-
XYZ18.0819.273.86-
YUV116.0978.29146.48-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 48.97%
GREEN value IS 120 (47.27% from 255) = 41.38%
BLUE value IS 28 (11.33% from 255) = 9.66%
R=48.97%
G=41.38%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.80
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421202800.150.800.4448.4267.0633.33
Hex8E781C0F502C304321
Octal21617034017120546010341
Binary100011101111000111000111110100001011001100001000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E781C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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