Html Css Color HEX #8E7220 Corn Harvest

📋 copy color: '#8E7220'

red 142 ◦ green 114 ◦ blue 32

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

Shades of Corn Harvest #8E7220

Tints of Corn Harvest #8E7220

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.58%

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

R = 49.31%
G = 39.58%
B = 11.11%

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

#8E7220 (or 0x8E7220) is known color: Corn Harvest. HEX triplet: 8E, 72 and 20. RGB value is (142,114,32). Sum of RGB (Red+Green+Blue) = 142+114+32=288 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.31% from 288); Green value is 114 (44.92% from 255 or 39.58% from 288); Blue value is 32 (12.89% from 255 or 11.11% from 288); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7220 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7220 is #718DDF. Grayscale: #717171. Windows color (decimal): -7441888 or 2126478. OLE color: 2126478.

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

Color convert

RGB 142 114 32 -
CMYK 0 0.20 0.77 0.44
HSL 44.73º 0.63% 0.34% -
HSV(B) 44.73º 0.77% 0.56% -
XYZ 17.43 17.89 3.9 -
YUV 113.02 82.28 148.67 -
System Red Green Blue C M Y K H S L
Decimal 142 114 32 0 0.20 0.77 0.44 44.73 0.63 0.34
Hex 8E 72 20 0 14 4D 2C 2D 3F 22
Octal 216 162 40 0 24 115 54 55 77 42
Binary 10001110 1110010 100000 0 10100 1001101 101100 101101 111111 100010

Color Harmonies of #8E7220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7220

Black with #8E7220

Text Example


Text Example

White with #8E7220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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