#8E7524

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

Shades of Corn Harvest #8E7524

Tints of Corn Harvest #8E7524

Color information

#8E7524 (or 0x8E7524) is unknown color: approx Corn Harvest. HEX triplet: 8E, 75 and 24. RGB value is (142,117,36). Sum of RGB (Red+Green+Blue) = 142+117+36=295 (39% of max value = 765). Red value is 142 (55.86% from 255 or 48.14% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 36 (14.45% from 255 or 12.20% from 295); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7524 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7524 is #718ADB. Grayscale: #737373. Windows color (decimal): -7441116 or 2389390. OLE color: 2389390.

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

Color convert

RGB14211736-
CMYK00.180.750.44
HSL45.85º59.55%34.9%-
HSV(B)45.85º74.65%55.69%-
XYZ17.8418.64.32-
YUV115.2483.28147.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 48.14%
GREEN value IS 117 (46.09% from 255) = 39.66%
BLUE value IS 36 (14.45% from 255) = 12.20%
R=48.14%
G=39.66%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.75
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421173600.180.750.4445.8559.5534.9
Hex8E75240124B2C2e3c23
Octal2161654402211354567443
Binary1000111011101011001000100101001011101100101110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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