Html Css Color HEX #8E712E Corn Harvest

📋 copy color: '#8E712E'

red 142 ◦ green 113 ◦ blue 46

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

Shades of Corn Harvest #8E712E

Tints of Corn Harvest #8E712E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.28%

R = 47.18%
G = 37.54%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.68

 K value IS 0.44

RGB Variations

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

Color information

#8E712E (or 0x8E712E) is known color: Corn Harvest. HEX triplet: 8E, 71 and 2E. RGB value is (142,113,46). Sum of RGB (Red+Green+Blue) = 142+113+46=301 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.18% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 46 (18.36% from 255 or 15.28% from 301); Max value from RGB is 142 - color contains mainly: red. Hex color #8E712E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E712E is #718ED1. Grayscale: #727272. Windows color (decimal): -7442130 or 3043726. OLE color: 3043726.

HSL color Cylindrical-coordinate representation of color #8E712E: hue angle of 41.88º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E712E is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 113 46 -
CMYK 0 0.20 0.68 0.44
HSL 41.88º 0.51% 0.37% -
HSV(B) 41.88º 0.68% 0.56% -
XYZ 17.55 17.76 5.09 -
YUV 114.03 89.61 147.95 -
System Red Green Blue C M Y K H S L
Decimal 142 113 46 0 0.20 0.68 0.44 41.88 0.51 0.37
Hex 8E 71 2E 0 14 44 2C 2A 33 25
Octal 216 161 56 0 24 104 54 52 63 45
Binary 10001110 1110001 101110 0 10100 1000100 101100 101010 110011 100101

Color Harmonies of #8E712E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E712E

Black with #8E712E

Text Example


Text Example

White with #8E712E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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