Html Css Color HEX #8E743C Corn Harvest

📋 copy color: '#8E743C'

red 142 ◦ green 116 ◦ blue 60

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

Shades of Corn Harvest #8E743C

Tints of Corn Harvest #8E743C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.87%

R = 44.65%
G = 36.48%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.58

 K value IS 0.44

RGB Variations

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

Color information

#8E743C (or 0x8E743C) is known color: Corn Harvest. HEX triplet: 8E, 74 and 3C. RGB value is (142,116,60). Sum of RGB (Red+Green+Blue) = 142+116+60=318 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.65% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 142 - color contains mainly: red. Hex color #8E743C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E743C is #718BC3. Grayscale: #757575. Windows color (decimal): -7441348 or 3961998. OLE color: 3961998.

HSL color Cylindrical-coordinate representation of color #8E743C: hue angle of 40.98º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8E743C is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 116 60 -
CMYK 0 0.18 0.58 0.44
HSL 40.98º 0.41% 0.4% -
HSV(B) 40.98º 0.58% 0.56% -
XYZ 18.22 18.57 6.9 -
YUV 117.39 95.61 145.55 -
System Red Green Blue C M Y K H S L
Decimal 142 116 60 0 0.18 0.58 0.44 40.98 0.41 0.4
Hex 8E 74 3C 0 12 3A 2C 29 29 28
Octal 216 164 74 0 22 72 54 51 51 50
Binary 10001110 1110100 111100 0 10010 111010 101100 101001 101001 101000

Color Harmonies of #8E743C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E743C

Black with #8E743C

Text Example


Text Example

White with #8E743C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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