Html Css Color HEX #8E7024 Corn Harvest

📋 copy color: '#8E7024'

red 142 ◦ green 112 ◦ blue 36

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

Shades of Corn Harvest #8E7024

Tints of Corn Harvest #8E7024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.41%

R = 48.97%
G = 38.62%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.75

 K value IS 0.44

RGB Variations

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

Color information

#8E7024 (or 0x8E7024) is known color: Corn Harvest. HEX triplet: 8E, 70 and 24. RGB value is (142,112,36). Sum of RGB (Red+Green+Blue) = 142+112+36=290 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.97% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 36 (14.45% from 255 or 12.41% from 290); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7024 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7024 is #718FDB. Grayscale: #707070. Windows color (decimal): -7442396 or 2388110. OLE color: 2388110.

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

Color convert

RGB 142 112 36 -
CMYK 0 0.21 0.75 0.44
HSL 43.02º 0.6% 0.35% -
HSV(B) 43.02º 0.75% 0.56% -
XYZ 17.27 17.47 4.13 -
YUV 112.31 84.94 149.18 -
System Red Green Blue C M Y K H S L
Decimal 142 112 36 0 0.21 0.75 0.44 43.02 0.6 0.35
Hex 8E 70 24 0 15 4B 2C 2B 3C 23
Octal 216 160 44 0 25 113 54 53 74 43
Binary 10001110 1110000 100100 0 10101 1001011 101100 101011 111100 100011

Color Harmonies of #8E7024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7024

Black with #8E7024

Text Example


Text Example

White with #8E7024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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