#8E7A2C

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

Shades of Corn Harvest #8E7A2C

Tints of Corn Harvest #8E7A2C

Color information

#8E7A2C (or 0x8E7A2C) is unknown color: approx Corn Harvest. HEX triplet: 8E, 7A and 2C. RGB value is (142,122,44). Sum of RGB (Red+Green+Blue) = 142+122+44=308 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.10% from 308); Green value is 122 (48.05% from 255 or 39.61% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7A2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7A2C is #7185D3. Grayscale: #777777. Windows color (decimal): -7439828 or 2914958. OLE color: 2914958.

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

Color convert

RGB14212244-
CMYK00.140.690.44
HSL47.76º52.69%36.47%-
HSV(B)47.76º69.01%55.69%-
XYZ18.5719.855.24-
YUV119.0985.63144.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.10%
GREEN value IS 122 (48.05% from 255) = 39.61%
BLUE value IS 44 (17.58% from 255) = 14.29%
R=46.10%
G=39.61%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421224400.140.690.4447.7652.6936.47
Hex8E7A2C0E452C303524
Octal2161725401610554606544
Binary100011101111010101100011101000101101100110000110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,122,44); }

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

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

 a { background-color: rgb(142,122,44); }

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

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

 span { border-color: rgb(142,122,44); }

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