#8E6B23

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

Shades of Corn Harvest #8E6B23

Tints of Corn Harvest #8E6B23

Color information

#8E6B23 (or 0x8E6B23) is unknown color: approx Corn Harvest. HEX triplet: 8E, 6B and 23. RGB value is (142,107,35). Sum of RGB (Red+Green+Blue) = 142+107+35=284 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50% from 284); Green value is 107 (42.19% from 255 or 37.68% from 284); Blue value is 35 (14.06% from 255 or 12.32% from 284); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6B23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6B23 is #7194DC. Grayscale: #6D6D6D. Windows color (decimal): -7443677 or 2321294. OLE color: 2321294.

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

Color convert

RGB14210735-
CMYK00.250.750.44
HSL40.37º60.45%34.71%-
HSV(B)40.37º75.35%55.69%-
XYZ16.7216.393.87-
YUV109.2686.1151.35-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50%
GREEN value IS 107 (42.19% from 255) = 37.68%
BLUE value IS 35 (14.06% from 255) = 12.32%
R=50%
G=37.68%
B=12.32%

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
Decimal1421073500.250.750.4440.3760.4534.71
Hex8E6B230194B2C283c23
Octal2161534303111354507443
Binary1000111011010111000110110011001011101100101000111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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