#8E771F

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

Shades of Corn Harvest #8E771F

Tints of Corn Harvest #8E771F

Color information

#8E771F (or 0x8E771F) is unknown color: approx Corn Harvest. HEX triplet: 8E, 77 and 1F. RGB value is (142,119,31). Sum of RGB (Red+Green+Blue) = 142+119+31=292 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.63% from 292); Green value is 119 (46.88% from 255 or 40.75% from 292); Blue value is 31 (12.5% from 255 or 10.62% from 292); Max value from RGB is 142 - color contains mainly: red. Hex color #8E771F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E771F is #7188E0. Grayscale: #747474. Windows color (decimal): -7440609 or 2062222. OLE color: 2062222.

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

Color convert

RGB14211931-
CMYK00.160.780.44
HSL47.57º64.16%33.92%-
HSV(B)47.57º78.17%55.69%-
XYZ1819.044.02-
YUV115.8480.12146.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 48.63%
GREEN value IS 119 (46.88% from 255) = 40.75%
BLUE value IS 31 (12.5% from 255) = 10.62%
R=48.63%
G=40.75%
B=10.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.78
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421193100.160.780.4447.5764.1633.92
Hex8E771F0104E2C304022
Octal21616737020116546010042
Binary1000111011101111111101000010011101011001100001000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E771F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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