Html Css Color HEX #8E751F Corn Harvest

📋 copy color: '#8E751F'

red 142 ◦ green 117 ◦ blue 31

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

Shades of Corn Harvest #8E751F

Tints of Corn Harvest #8E751F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.34%

 BLUE value IS 31 (12.5% from 255) = 10.69%

R = 48.97%
G = 40.34%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#8E751F (or 0x8E751F) is known color: Corn Harvest. HEX triplet: 8E, 75 and 1F. RGB value is (142,117,31). Sum of RGB (Red+Green+Blue) = 142+117+31=290 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.97% from 290); Green value is 117 (46.09% from 255 or 40.34% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 142 - color contains mainly: red. Hex color #8E751F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E751F is #718AE0. Grayscale: #737373. Windows color (decimal): -7441121 or 2061710. OLE color: 2061710.

HSL color Cylindrical-coordinate representation of color #8E751F: hue angle of 46.49º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8E751F is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 117 31 -
CMYK 0 0.18 0.78 0.44
HSL 46.49º 0.64% 0.34% -
HSV(B) 46.49º 0.78% 0.56% -
XYZ 17.76 18.57 3.94 -
YUV 114.67 80.78 147.49 -
System Red Green Blue C M Y K H S L
Decimal 142 117 31 0 0.18 0.78 0.44 46.49 0.64 0.34
Hex 8E 75 1F 0 12 4E 2C 2E 40 22
Octal 216 165 37 0 22 116 54 56 100 42
Binary 10001110 1110101 11111 0 10010 1001110 101100 101110 1000000 100010

Color Harmonies of #8E751F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E751F

Black with #8E751F

Text Example


Text Example

White with #8E751F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,117,31); }

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

background-color css

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

 a { background-color: rgb(142,117,31); }

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

border-color css

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

 span { border-color: rgb(142,117,31); }

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