#8E702B

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

Shades of Corn Harvest #8E702B

Tints of Corn Harvest #8E702B

Color information

#8E702B (or 0x8E702B) is unknown color: approx Corn Harvest. HEX triplet: 8E, 70 and 2B. RGB value is (142,112,43). Sum of RGB (Red+Green+Blue) = 142+112+43=297 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.81% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 43 (17.19% from 255 or 14.48% from 297); Max value from RGB is 142 - color contains mainly: red. Hex color #8E702B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E702B is #718FD4. Grayscale: #717171. Windows color (decimal): -7442389 or 2846862. OLE color: 2846862.

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

Color convert

RGB14211243-
CMYK00.210.700.44
HSL41.82º53.51%36.27%-
HSV(B)41.82º69.72%55.69%-
XYZ17.3917.514.75-
YUV113.188.44148.61-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.81%
GREEN value IS 112 (44.14% from 255) = 37.71%
BLUE value IS 43 (17.19% from 255) = 14.48%
R=47.81%
G=37.71%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421124300.210.700.4441.8253.5136.27
Hex8E702B015462C2a3624
Octal2161605302510654526644
Binary1000111011100001010110101011000110101100101010110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E702B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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