Html Css Color HEX #8E762C Corn Harvest

📋 copy color: '#8E762C'

red 142 ◦ green 118 ◦ blue 44

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

Shades of Corn Harvest #8E762C

Tints of Corn Harvest #8E762C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.82%

 BLUE value IS 44 (17.58% from 255) = 14.47%

R = 46.71%
G = 38.82%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#8E762C (or 0x8E762C) is known color: Corn Harvest. HEX triplet: 8E, 76 and 2C. RGB value is (142,118,44). Sum of RGB (Red+Green+Blue) = 142+118+44=304 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.71% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 142 - color contains mainly: red. Hex color #8E762C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E762C is #7189D3. Grayscale: #757575. Windows color (decimal): -7440852 or 2913934. OLE color: 2913934.

HSL color Cylindrical-coordinate representation of color #8E762C: hue angle of 45.31º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8E762C is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 118 44 -
CMYK 0 0.17 0.69 0.44
HSL 45.31º 0.53% 0.36% -
HSV(B) 45.31º 0.69% 0.56% -
XYZ 18.09 18.89 5.08 -
YUV 116.74 86.95 146.02 -
System Red Green Blue C M Y K H S L
Decimal 142 118 44 0 0.17 0.69 0.44 45.31 0.53 0.36
Hex 8E 76 2C 0 11 45 2C 2D 35 24
Octal 216 166 54 0 21 105 54 55 65 44
Binary 10001110 1110110 101100 0 10001 1000101 101100 101101 110101 100100

Color Harmonies of #8E762C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E762C

Black with #8E762C

Text Example


Text Example

White with #8E762C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,118,44); }

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

background-color css

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

 a { background-color: rgb(142,118,44); }

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

border-color css

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

 span { border-color: rgb(142,118,44); }

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