#8E6825

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

Shades of Corn Harvest #8E6825

Tints of Corn Harvest #8E6825

Color information

#8E6825 (or 0x8E6825) is unknown color: approx Corn Harvest. HEX triplet: 8E, 68 and 25. RGB value is (142,104,37). Sum of RGB (Red+Green+Blue) = 142+104+37=283 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.18% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 37 (14.84% from 255 or 13.07% from 283); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6825 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6825 is #7197DA. Grayscale: #6C6C6C. Windows color (decimal): -7444443 or 2451598. OLE color: 2451598.

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

Color convert

RGB14210437-
CMYK00.270.740.44
HSL38.29º58.66%35.1%-
HSV(B)38.29º73.94%55.69%-
XYZ16.4415.783.93-
YUV107.7288.09152.45-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.18%
GREEN value IS 104 (41.02% from 255) = 36.75%
BLUE value IS 37 (14.84% from 255) = 13.07%
R=50.18%
G=36.75%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.74
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421043700.270.740.4438.2958.6635.1
Hex8E682501B4A2C263b23
Octal2161504503311254467343
Binary1000111011010001001010110111001010101100100110111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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