#8E712C

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

Shades of Corn Harvest #8E712C

Tints of Corn Harvest #8E712C

Color information

#8E712C (or 0x8E712C) is unknown color: approx Corn Harvest. HEX triplet: 8E, 71 and 2C. RGB value is (142,113,44). Sum of RGB (Red+Green+Blue) = 142+113+44=299 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.49% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 142 - color contains mainly: red. Hex color #8E712C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E712C is #718ED3. Grayscale: #727272. Windows color (decimal): -7442132 or 2912654. OLE color: 2912654.

HSL color Cylindrical-coordinate representation of color #8E712C: hue angle of 42.24º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8E712C is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB14211344-
CMYK00.200.690.44
HSL42.24º52.69%36.47%-
HSV(B)42.24º69.01%55.69%-
XYZ17.5217.744.88-
YUV113.888.61148.11-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.49%
GREEN value IS 113 (44.53% from 255) = 37.79%
BLUE value IS 44 (17.58% from 255) = 14.72%
R=47.49%
G=37.79%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421134400.200.690.4442.2452.6936.47
Hex8E712C014452C2a3524
Octal2161615402410554526544
Binary1000111011100011011000101001000101101100101010110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E712C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,113,44); }

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

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

 a { background-color: rgb(142,113,44); }

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

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

 span { border-color: rgb(142,113,44); }

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