#8E753C

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

Shades of Corn Harvest #8E753C

Tints of Corn Harvest #8E753C

Color information

#8E753C (or 0x8E753C) is unknown color: approx Corn Harvest. HEX triplet: 8E, 75 and 3C. RGB value is (142,117,60). Sum of RGB (Red+Green+Blue) = 142+117+60=319 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.51% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 142 - color contains mainly: red. Hex color #8E753C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E753C is #718AC3. Grayscale: #767676. Windows color (decimal): -7441092 or 3962254. OLE color: 3962254.

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

Color convert

RGB14211760-
CMYK00.180.580.44
HSL41.71º40.59%39.61%-
HSV(B)41.71º57.75%55.69%-
XYZ18.3318.86.94-
YUV117.9895.28145.13-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.51%
GREEN value IS 117 (46.09% from 255) = 36.68%
BLUE value IS 60 (23.83% from 255) = 18.81%
R=44.51%
G=36.68%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421176000.180.580.4441.7140.5939.61
Hex8E753C0123A2C2a2928
Octal216165740227254525150
Binary100011101110101111100010010111010101100101010101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E753C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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