#8E742F

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

Shades of Corn Harvest #8E742F

Tints of Corn Harvest #8E742F

Color information

#8E742F (or 0x8E742F) is unknown color: approx Corn Harvest. HEX triplet: 8E, 74 and 2F. RGB value is (142,116,47). Sum of RGB (Red+Green+Blue) = 142+116+47=305 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.56% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 142 - color contains mainly: red. Hex color #8E742F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E742F is #718BD0. Grayscale: #747474. Windows color (decimal): -7441361 or 3110030. OLE color: 3110030.

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

Color convert

RGB14211647-
CMYK00.180.670.44
HSL43.58º50.26%37.06%-
HSV(B)43.58º66.9%55.69%-
XYZ17.9118.455.31-
YUV115.9189.11146.61-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.56%
GREEN value IS 116 (45.70% from 255) = 38.03%
BLUE value IS 47 (18.75% from 255) = 15.41%
R=46.56%
G=38.03%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421164700.180.670.4443.5850.2637.06
Hex8E742F012432C2c3225
Octal2161645702210354546245
Binary1000111011101001011110100101000011101100101100110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E742F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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