#8E7924

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

Shades of Corn Harvest #8E7924

Tints of Corn Harvest #8E7924

Color information

#8E7924 (or 0x8E7924) is unknown color: approx Corn Harvest. HEX triplet: 8E, 79 and 24. RGB value is (142,121,36). Sum of RGB (Red+Green+Blue) = 142+121+36=299 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.49% from 299); Green value is 121 (47.66% from 255 or 40.47% from 299); Blue value is 36 (14.45% from 255 or 12.04% from 299); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7924 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7924 is #7186DB. Grayscale: #757575. Windows color (decimal): -7440092 or 2390414. OLE color: 2390414.

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

Color convert

RGB14212136-
CMYK00.150.750.44
HSL48.11º59.55%34.9%-
HSV(B)48.11º74.65%55.69%-
XYZ18.3119.554.48-
YUV117.5981.96145.41-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.49%
GREEN value IS 121 (47.66% from 255) = 40.47%
BLUE value IS 36 (14.45% from 255) = 12.04%
R=47.49%
G=40.47%
B=12.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.75
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421213600.150.750.4448.1159.5534.9
Hex8E79240F4B2C303c23
Octal2161714401711354607443
Binary100011101111001100100011111001011101100110000111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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