#8E7727

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

Shades of Corn Harvest #8E7727

Tints of Corn Harvest #8E7727

Color information

#8E7727 (or 0x8E7727) is unknown color: approx Corn Harvest. HEX triplet: 8E, 77 and 27. RGB value is (142,119,39). Sum of RGB (Red+Green+Blue) = 142+119+39=300 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.33% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 39 (15.62% from 255 or 13% from 300); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7727 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7727 is #7188D8. Grayscale: #757575. Windows color (decimal): -7440601 or 2586510. OLE color: 2586510.

HSL color Cylindrical-coordinate representation of color #8E7727: hue angle of 46.6º degrees, saturation: 0.57, 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 #8E7727 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.44.

Color convert

RGB14211939-
CMYK00.160.730.44
HSL46.6º56.91%35.49%-
HSV(B)46.6º72.54%55.69%-
XYZ18.1219.094.65-
YUV116.7684.12146-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.33%
GREEN value IS 119 (46.88% from 255) = 39.67%
BLUE value IS 39 (15.62% from 255) = 13%
R=47.33%
G=39.67%
B=13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421193900.160.730.4446.656.9135.49
Hex8E7727010492C2f3923
Octal2161674702011154577143
Binary1000111011101111001110100001001001101100101111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,119,39); }

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

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

 a { background-color: rgb(142,119,39); }

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

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

 span { border-color: rgb(142,119,39); }

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