Html Css Color HEX #8E7027 Corn Harvest

📋 copy color: '#8E7027'

red 142 ◦ green 112 ◦ blue 39

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

Shades of Corn Harvest #8E7027

Tints of Corn Harvest #8E7027

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.23%

 BLUE value IS 39 (15.63% from 255) = 13.31%

R = 48.46%
G = 38.23%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.73

 K value IS 0.44

RGB Variations

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

Color information

#8E7027 (or 0x8E7027) is known color: Corn Harvest. HEX triplet: 8E, 70 and 27. RGB value is (142,112,39). Sum of RGB (Red+Green+Blue) = 142+112+39=293 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.46% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 39 (15.62% from 255 or 13.31% from 293); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7027 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7027 is #718FD8. Grayscale: #707070. Windows color (decimal): -7442393 or 2584718. OLE color: 2584718.

HSL color Cylindrical-coordinate representation of color #8E7027: hue angle of 42.52º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8E7027 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 112 39 -
CMYK 0 0.21 0.73 0.44
HSL 42.52º 0.57% 0.35% -
HSV(B) 42.52º 0.73% 0.56% -
XYZ 17.32 17.49 4.38 -
YUV 112.65 86.44 148.94 -
System Red Green Blue C M Y K H S L
Decimal 142 112 39 0 0.21 0.73 0.44 42.52 0.57 0.35
Hex 8E 70 27 0 15 49 2C 2B 39 23
Octal 216 160 47 0 25 111 54 53 71 43
Binary 10001110 1110000 100111 0 10101 1001001 101100 101011 111001 100011

Color Harmonies of #8E7027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7027

Black with #8E7027

Text Example


Text Example

White with #8E7027

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,112,39); }

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

background-color css

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

 a { background-color: rgb(142,112,39); }

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

border-color css

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

 span { border-color: rgb(142,112,39); }

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