#8E741C

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

Shades of Corn Harvest #8E741C

Tints of Corn Harvest #8E741C

Color information

#8E741C (or 0x8E741C) is unknown color: approx Corn Harvest. HEX triplet: 8E, 74 and 1C. RGB value is (142,116,28). Sum of RGB (Red+Green+Blue) = 142+116+28=286 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.65% from 286); Green value is 116 (45.70% from 255 or 40.56% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 142 - color contains mainly: red. Hex color #8E741C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E741C is #718BE3. Grayscale: #727272. Windows color (decimal): -7441380 or 1864846. OLE color: 1864846.

HSL color Cylindrical-coordinate representation of color #8E741C: hue angle of 46.32º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E741C is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB14211628-
CMYK00.180.800.44
HSL46.32º67.06%33.33%-
HSV(B)46.32º80.28%55.69%-
XYZ17.6118.333.71-
YUV113.7479.61148.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.65%
GREEN value IS 116 (45.70% from 255) = 40.56%
BLUE value IS 28 (11.33% from 255) = 9.79%
R=49.65%
G=40.56%
B=9.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.80
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421162800.180.800.4446.3267.0633.33
Hex8E741C012502C2e4321
Octal21616434022120545610341
Binary1000111011101001110001001010100001011001011101000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E741C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,116,28); }

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

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

 a { background-color: rgb(142,116,28); }

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

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

 span { border-color: rgb(142,116,28); }

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