#8e772b

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

Shades of Corn Harvest #8E772B

Tints of Corn Harvest #8E772B

Color information

#8E772B (or 0x8E772B) is unknown color: approx Corn Harvest. HEX triplet: 8E, 77 and 2B. RGB value is (142,119,43). Sum of RGB (Red+Green+Blue) = 142+119+43=304 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.71% from 304); Green value is 119 (46.88% from 255 or 39.14% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 142 - color contains mainly: red. Hex color #8E772B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E772B is #7188D4. Grayscale: #757575. Windows color (decimal): -7440597 or 2848654. OLE color: 2848654.

HSL color Cylindrical-coordinate representation of color #8E772B: hue angle of 46.06º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8E772B is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB14211943-
CMYK00.160.700.44
HSL46.06º53.51%36.27%-
HSV(B)46.06º69.72%55.69%-
XYZ18.1919.125.02-
YUV117.2186.12145.68-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.71%
GREEN value IS 119 (46.88% from 255) = 39.14%
BLUE value IS 43 (17.19% from 255) = 14.14%
R=46.71%
G=39.14%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421194300.160.700.4446.0653.5136.27
Hex8E772B010462C2e3624
Octal2161675302010654566644
Binary1000111011101111010110100001000110101100101110110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e772b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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