Html Css Color HEX #8E7120 Corn Harvest

📋 copy color: '#8E7120'

red 142 ◦ green 113 ◦ blue 32

#8E7120
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corn Harvest #8E7120

Tints of Corn Harvest #8E7120

RGB

 RED value IS 142 (55.86% from 255) = 49.48%

 GREEN value IS 113 (44.53% from 255) = 39.37%

 BLUE value IS 32 (12.89% from 255) = 11.15%

R = 49.48%
G = 39.37%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.44

RGB Variations

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

Color information

#8E7120 (or 0x8E7120) is known color: Corn Harvest. HEX triplet: 8E, 71 and 20. RGB value is (142,113,32). Sum of RGB (Red+Green+Blue) = 142+113+32=287 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.48% from 287); Green value is 113 (44.53% from 255 or 39.37% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7120 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7120 is #718EDF. Grayscale: #707070. Windows color (decimal): -7442144 or 2126222. OLE color: 2126222.

HSL color Cylindrical-coordinate representation of color #8E7120: hue angle of 44.18º degrees, saturation: 0.63, 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 #8E7120 is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 113 32 -
CMYK 0 0.20 0.77 0.44
HSL 44.18º 0.63% 0.34% -
HSV(B) 44.18º 0.77% 0.56% -
XYZ 17.32 17.67 3.86 -
YUV 112.44 82.61 149.09 -
System Red Green Blue C M Y K H S L
Decimal 142 113 32 0 0.20 0.77 0.44 44.18 0.63 0.34
Hex 8E 71 20 0 14 4D 2C 2C 3F 22
Octal 216 161 40 0 24 115 54 54 77 42
Binary 10001110 1110001 100000 0 10100 1001101 101100 101100 111111 100010

Color Harmonies of #8E7120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7120

Black with #8E7120

Text Example


Text Example

White with #8E7120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,113,32); }

 H1.HeaderClassName
 {
   color: #8E7120;
 }
 .AnyTagClassName
 {
   color: #8E7120;
 }
</style>

background-color css

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

 a { background-color: rgb(142,113,32); }

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

border-color css

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

 span { border-color: rgb(142,113,32); }

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