#8E733C

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

Shades of Corn Harvest #8E733C

Tints of Corn Harvest #8E733C

Color information

#8E733C (or 0x8E733C) is unknown color: approx Corn Harvest. HEX triplet: 8E, 73 and 3C. RGB value is (142,115,60). Sum of RGB (Red+Green+Blue) = 142+115+60=317 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.79% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 142 - color contains mainly: red. Hex color #8E733C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E733C is #718CC3. Grayscale: #757575. Windows color (decimal): -7441604 or 3961742. OLE color: 3961742.

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

Color convert

RGB14211560-
CMYK00.190.580.44
HSL40.24º40.59%39.61%-
HSV(B)40.24º57.75%55.69%-
XYZ18.118.346.86-
YUV116.895.95145.97-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.79%
GREEN value IS 115 (45.31% from 255) = 36.28%
BLUE value IS 60 (23.83% from 255) = 18.93%
R=44.79%
G=36.28%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421156000.190.580.4440.2440.5939.61
Hex8E733C0133A2C282928
Octal216163740237254505150
Binary100011101110011111100010011111010101100101000101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E733C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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