#8e6826

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

Shades of Corn Harvest #8E6826

Tints of Corn Harvest #8E6826

Color information

#8E6826 (or 0x8E6826) is unknown color: approx Corn Harvest. HEX triplet: 8E, 68 and 26. RGB value is (142,104,38). Sum of RGB (Red+Green+Blue) = 142+104+38=284 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 38 (15.23% from 255 or 13.38% from 284); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6826 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6826 is #7197D9. Grayscale: #6C6C6C. Windows color (decimal): -7444442 or 2517134. OLE color: 2517134.

HSL color Cylindrical-coordinate representation of color #8E6826: hue angle of 38.08º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8E6826 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.44.

Color convert

RGB14210438-
CMYK00.270.730.44
HSL38.08º57.78%35.29%-
HSV(B)38.08º73.24%55.69%-
XYZ16.4615.794.01-
YUV107.8488.59152.37-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50%
GREEN value IS 104 (41.02% from 255) = 36.62%
BLUE value IS 38 (15.23% from 255) = 13.38%
R=50%
G=36.62%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421043800.270.730.4438.0857.7835.29
Hex8E682601B492C263a23
Octal2161504603311154467243
Binary1000111011010001001100110111001001101100100110111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e6826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,104,38); }

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

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

 a { background-color: rgb(142,104,38); }

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

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

 span { border-color: rgb(142,104,38); }

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