#8E7A2F

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

Shades of Corn Harvest #8E7A2F

Tints of Corn Harvest #8E7A2F

Color information

#8E7A2F (or 0x8E7A2F) is unknown color: approx Corn Harvest. HEX triplet: 8E, 7A and 2F. RGB value is (142,122,47). Sum of RGB (Red+Green+Blue) = 142+122+47=311 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.66% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7A2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7A2F is #7185D0. Grayscale: #777777. Windows color (decimal): -7439825 or 3111566. OLE color: 3111566.

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

Color convert

RGB14212247-
CMYK00.140.670.44
HSL47.37º50.26%37.06%-
HSV(B)47.37º66.9%55.69%-
XYZ18.6319.885.54-
YUV119.4387.13144.1-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.66%
GREEN value IS 122 (48.05% from 255) = 39.23%
BLUE value IS 47 (18.75% from 255) = 15.11%
R=45.66%
G=39.23%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421224700.140.670.4447.3750.2637.06
Hex8E7A2F0E432C2f3225
Octal2161725701610354576245
Binary100011101111010101111011101000011101100101111110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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