#8E6C23

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

Shades of Corn Harvest #8E6C23

Tints of Corn Harvest #8E6C23

Color information

#8E6C23 (or 0x8E6C23) is unknown color: approx Corn Harvest. HEX triplet: 8E, 6C and 23. RGB value is (142,108,35). Sum of RGB (Red+Green+Blue) = 142+108+35=285 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.82% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 35 (14.06% from 255 or 12.28% from 285); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6C23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6C23 is #7193DC. Grayscale: #6E6E6E. Windows color (decimal): -7443421 or 2321550. OLE color: 2321550.

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

Color convert

RGB14210835-
CMYK00.240.750.44
HSL40.93º60.45%34.71%-
HSV(B)40.93º75.35%55.69%-
XYZ16.8216.63.91-
YUV109.8485.76150.94-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.82%
GREEN value IS 108 (42.58% from 255) = 37.89%
BLUE value IS 35 (14.06% from 255) = 12.28%
R=49.82%
G=37.89%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.75
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421083500.240.750.4440.9360.4534.71
Hex8E6C230184B2C293c23
Octal2161544303011354517443
Binary1000111011011001000110110001001011101100101001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,108,35); }

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

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

 a { background-color: rgb(142,108,35); }

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

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

 span { border-color: rgb(142,108,35); }

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