#8E6929

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

Shades of Corn Harvest #8E6929

Tints of Corn Harvest #8E6929

Color information

#8E6929 (or 0x8E6929) is unknown color: approx Corn Harvest. HEX triplet: 8E, 69 and 29. RGB value is (142,105,41). Sum of RGB (Red+Green+Blue) = 142+105+41=288 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.31% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 41 (16.41% from 255 or 14.24% from 288); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6929 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6929 is #7196D6. Grayscale: #6D6D6D. Windows color (decimal): -7444183 or 2713998. OLE color: 2713998.

HSL color Cylindrical-coordinate representation of color #8E6929: hue angle of 38.02º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8E6929 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.44.

Color convert

RGB14210541-
CMYK00.260.710.44
HSL38.02º55.19%35.88%-
HSV(B)38.02º71.13%55.69%-
XYZ16.6116.014.31-
YUV108.7789.76151.7-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.31%
GREEN value IS 105 (41.41% from 255) = 36.46%
BLUE value IS 41 (16.41% from 255) = 14.24%
R=49.31%
G=36.46%
B=14.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.71
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421054100.260.710.4438.0255.1935.88
Hex8E692901A472C263724
Octal2161515103210754466744
Binary1000111011010011010010110101000111101100100110110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,105,41); }

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

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

 a { background-color: rgb(142,105,41); }

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

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

 span { border-color: rgb(142,105,41); }

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