Html Css Color HEX #8E6C20 Corn Harvest

📋 copy color: '#8E6C20'

red 142 ◦ green 108 ◦ blue 32

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

Shades of Corn Harvest #8E6C20

Tints of Corn Harvest #8E6C20

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.3%

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

R = 50.35%
G = 38.3%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.77

 K value IS 0.44

RGB Variations

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

Color information

#8E6C20 (or 0x8E6C20) is known color: Corn Harvest. HEX triplet: 8E, 6C and 20. RGB value is (142,108,32). Sum of RGB (Red+Green+Blue) = 142+108+32=282 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.35% from 282); Green value is 108 (42.58% from 255 or 38.30% from 282); Blue value is 32 (12.89% from 255 or 11.35% from 282); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6C20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6C20 is #7193DF. Grayscale: #6D6D6D. Windows color (decimal): -7443424 or 2124942. OLE color: 2124942.

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

Color convert

RGB 142 108 32 -
CMYK 0 0.24 0.77 0.44
HSL 41.45º 0.63% 0.34% -
HSV(B) 41.45º 0.77% 0.56% -
XYZ 16.78 16.58 3.68 -
YUV 109.5 84.26 151.18 -
System Red Green Blue C M Y K H S L
Decimal 142 108 32 0 0.24 0.77 0.44 41.45 0.63 0.34
Hex 8E 6C 20 0 18 4D 2C 29 3F 22
Octal 216 154 40 0 30 115 54 51 77 42
Binary 10001110 1101100 100000 0 11000 1001101 101100 101001 111111 100010

Color Harmonies of #8E6C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6C20

Black with #8E6C20

Text Example


Text Example

White with #8E6C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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