#8E6A23

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

Shades of Corn Harvest #8E6A23

Tints of Corn Harvest #8E6A23

Color information

#8E6A23 (or 0x8E6A23) is unknown color: approx Corn Harvest. HEX triplet: 8E, 6A and 23. RGB value is (142,106,35). Sum of RGB (Red+Green+Blue) = 142+106+35=283 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.18% from 283); Green value is 106 (41.80% from 255 or 37.46% from 283); Blue value is 35 (14.06% from 255 or 12.37% from 283); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6A23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6A23 is #7195DC. Grayscale: #6C6C6C. Windows color (decimal): -7443933 or 2321038. OLE color: 2321038.

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

Color convert

RGB14210635-
CMYK00.250.750.44
HSL39.81º60.45%34.71%-
HSV(B)39.81º75.35%55.69%-
XYZ16.6116.183.84-
YUV108.6786.43151.77-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.18%
GREEN value IS 106 (41.80% from 255) = 37.46%
BLUE value IS 35 (14.06% from 255) = 12.37%
R=50.18%
G=37.46%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.75
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421063500.250.750.4439.8160.4534.71
Hex8E6A230194B2C283c23
Octal2161524303111354507443
Binary1000111011010101000110110011001011101100101000111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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