#8E7921

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

Shades of Corn Harvest #8E7921

Tints of Corn Harvest #8E7921

Color information

#8E7921 (or 0x8E7921) is unknown color: approx Corn Harvest. HEX triplet: 8E, 79 and 21. RGB value is (142,121,33). Sum of RGB (Red+Green+Blue) = 142+121+33=296 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.97% from 296); Green value is 121 (47.66% from 255 or 40.88% from 296); Blue value is 33 (13.28% from 255 or 11.15% from 296); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7921 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7921 is #7186DE. Grayscale: #757575. Windows color (decimal): -7440095 or 2193806. OLE color: 2193806.

HSL color Cylindrical-coordinate representation of color #8E7921: hue angle of 48.44º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E7921 is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.44.

Color convert

RGB14212133-
CMYK00.150.770.44
HSL48.44º62.29%34.31%-
HSV(B)48.44º76.76%55.69%-
XYZ18.2719.544.25-
YUV117.2580.46145.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.97%
GREEN value IS 121 (47.66% from 255) = 40.88%
BLUE value IS 33 (13.28% from 255) = 11.15%
R=47.97%
G=40.88%
B=11.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.77
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421213300.150.770.4448.4462.2934.31
Hex8E79210F4D2C303e22
Octal2161714101711554607642
Binary100011101111001100001011111001101101100110000111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,121,33); }

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

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

 a { background-color: rgb(142,121,33); }

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

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

 span { border-color: rgb(142,121,33); }

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