Html Css Color HEX #8E7420 Corn Harvest

📋 copy color: '#8E7420'

red 142 ◦ green 116 ◦ blue 32

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

Shades of Corn Harvest #8E7420

Tints of Corn Harvest #8E7420

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40%

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

R = 48.97%
G = 40%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.77

 K value IS 0.44

RGB Variations

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

Color information

#8E7420 (or 0x8E7420) is known color: Corn Harvest. HEX triplet: 8E, 74 and 20. RGB value is (142,116,32). Sum of RGB (Red+Green+Blue) = 142+116+32=290 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.97% from 290); Green value is 116 (45.70% from 255 or 40% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7420 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7420 is #718BDF. Grayscale: #727272. Windows color (decimal): -7441376 or 2126990. OLE color: 2126990.

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

Color convert

RGB 142 116 32 -
CMYK 0 0.18 0.77 0.44
HSL 45.82º 0.63% 0.34% -
HSV(B) 45.82º 0.77% 0.56% -
XYZ 17.66 18.35 3.98 -
YUV 114.2 81.61 147.83 -
System Red Green Blue C M Y K H S L
Decimal 142 116 32 0 0.18 0.77 0.44 45.82 0.63 0.34
Hex 8E 74 20 0 12 4D 2C 2E 3F 22
Octal 216 164 40 0 22 115 54 56 77 42
Binary 10001110 1110100 100000 0 10010 1001101 101100 101110 111111 100010

Color Harmonies of #8E7420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7420

Black with #8E7420

Text Example


Text Example

White with #8E7420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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