#8E722B

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

Shades of Corn Harvest #8E722B

Tints of Corn Harvest #8E722B

Color information

#8E722B (or 0x8E722B) is unknown color: approx Corn Harvest. HEX triplet: 8E, 72 and 2B. RGB value is (142,114,43). Sum of RGB (Red+Green+Blue) = 142+114+43=299 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.49% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 142 - color contains mainly: red. Hex color #8E722B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E722B is #718DD4. Grayscale: #727272. Windows color (decimal): -7441877 or 2847374. OLE color: 2847374.

HSL color Cylindrical-coordinate representation of color #8E722B: hue angle of 43.03º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8E722B is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB14211443-
CMYK00.200.700.44
HSL43.03º53.51%36.27%-
HSV(B)43.03º69.72%55.69%-
XYZ17.6117.964.82-
YUV114.2887.78147.77-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.49%
GREEN value IS 114 (44.92% from 255) = 38.13%
BLUE value IS 43 (17.19% from 255) = 14.38%
R=47.49%
G=38.13%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421144300.200.700.4443.0353.5136.27
Hex8E722B014462C2b3624
Octal2161625302410654536644
Binary1000111011100101010110101001000110101100101011110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E722B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,114,43); }

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

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

 a { background-color: rgb(142,114,43); }

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

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

 span { border-color: rgb(142,114,43); }

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