Html Css Color HEX #8E7036 Corn Harvest

📋 copy color: '#8E7036'

red 142 ◦ green 112 ◦ blue 54

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

Shades of Corn Harvest #8E7036

Tints of Corn Harvest #8E7036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.53%

R = 46.1%
G = 36.36%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.44

RGB Variations

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

Color information

#8E7036 (or 0x8E7036) is known color: Corn Harvest. HEX triplet: 8E, 70 and 36. RGB value is (142,112,54). Sum of RGB (Red+Green+Blue) = 142+112+54=308 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.10% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 54 (21.48% from 255 or 17.53% from 308); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7036 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7036 is #718FC9. Grayscale: #727272. Windows color (decimal): -7442378 or 3567758. OLE color: 3567758.

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

Color convert

RGB 142 112 54 -
CMYK 0 0.21 0.62 0.44
HSL 39.55º 0.45% 0.38% -
HSV(B) 39.55º 0.62% 0.56% -
XYZ 17.62 17.61 5.96 -
YUV 114.36 93.94 147.72 -
System Red Green Blue C M Y K H S L
Decimal 142 112 54 0 0.21 0.62 0.44 39.55 0.45 0.38
Hex 8E 70 36 0 15 3E 2C 28 2D 26
Octal 216 160 66 0 25 76 54 50 55 46
Binary 10001110 1110000 110110 0 10101 111110 101100 101000 101101 100110

Color Harmonies of #8E7036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7036

Black with #8E7036

Text Example


Text Example

White with #8E7036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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