#8E7529

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

Shades of Corn Harvest #8E7529

Tints of Corn Harvest #8E7529

Color information

#8E7529 (or 0x8E7529) is unknown color: approx Corn Harvest. HEX triplet: 8E, 75 and 29. RGB value is (142,117,41). Sum of RGB (Red+Green+Blue) = 142+117+41=300 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.33% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7529 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7529 is #718AD6. Grayscale: #747474. Windows color (decimal): -7441111 or 2717070. OLE color: 2717070.

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

Color convert

RGB14211741-
CMYK00.180.710.44
HSL45.15º55.19%35.88%-
HSV(B)45.15º71.13%55.69%-
XYZ17.9218.634.75-
YUV115.8185.78146.68-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.33%
GREEN value IS 117 (46.09% from 255) = 39%
BLUE value IS 41 (16.41% from 255) = 13.67%
R=47.33%
G=39%
B=13.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.71
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421174100.180.710.4445.1555.1935.88
Hex8E7529012472C2d3724
Octal2161655102210754556744
Binary1000111011101011010010100101000111101100101101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,117,41); }

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

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

 a { background-color: rgb(142,117,41); }

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

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

 span { border-color: rgb(142,117,41); }

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