Html Css Color HEX #8E742D Corn Harvest

📋 copy color: '#8E742D'

red 142 ◦ green 116 ◦ blue 45

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

Shades of Corn Harvest #8E742D

Tints of Corn Harvest #8E742D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.28%

 BLUE value IS 45 (17.97% from 255) = 14.85%

R = 46.86%
G = 38.28%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.44

RGB Variations

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

Color information

#8E742D (or 0x8E742D) is known color: Corn Harvest. HEX triplet: 8E, 74 and 2D. RGB value is (142,116,45). Sum of RGB (Red+Green+Blue) = 142+116+45=303 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.86% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 142 - color contains mainly: red. Hex color #8E742D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E742D is #718BD2. Grayscale: #737373. Windows color (decimal): -7441363 or 2978958. OLE color: 2978958.

HSL color Cylindrical-coordinate representation of color #8E742D: hue angle of 43.92º degrees, saturation: 0.52, 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 #8E742D is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 116 45 -
CMYK 0 0.18 0.68 0.44
HSL 43.92º 0.52% 0.37% -
HSV(B) 43.92º 0.68% 0.56% -
XYZ 17.87 18.43 5.1 -
YUV 115.68 88.11 146.77 -
System Red Green Blue C M Y K H S L
Decimal 142 116 45 0 0.18 0.68 0.44 43.92 0.52 0.37
Hex 8E 74 2D 0 12 44 2C 2C 34 25
Octal 216 164 55 0 22 104 54 54 64 45
Binary 10001110 1110100 101101 0 10010 1000100 101100 101100 110100 100101

Color Harmonies of #8E742D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E742D

Black with #8E742D

Text Example


Text Example

White with #8E742D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,116,45); }

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

background-color css

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

 a { background-color: rgb(142,116,45); }

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

border-color css

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

 span { border-color: rgb(142,116,45); }

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