Html Css Color HEX #8E781F Corn Harvest

📋 copy color: '#8E781F'

red 142 ◦ green 120 ◦ blue 31

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

Shades of Corn Harvest #8E781F

Tints of Corn Harvest #8E781F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 40.96%

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

R = 48.46%
G = 40.96%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#8E781F (or 0x8E781F) is known color: Corn Harvest. HEX triplet: 8E, 78 and 1F. RGB value is (142,120,31). Sum of RGB (Red+Green+Blue) = 142+120+31=293 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.46% from 293); Green value is 120 (47.27% from 255 or 40.96% from 293); Blue value is 31 (12.5% from 255 or 10.58% from 293); Max value from RGB is 142 - color contains mainly: red. Hex color #8E781F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E781F is #7187E0. Grayscale: #747474. Windows color (decimal): -7440353 or 2062478. OLE color: 2062478.

HSL color Cylindrical-coordinate representation of color #8E781F: hue angle of 48.11º 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 #8E781F is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 120 31 -
CMYK 0 0.15 0.78 0.44
HSL 48.11º 0.64% 0.34% -
HSV(B) 48.11º 0.78% 0.56% -
XYZ 18.12 19.28 4.06 -
YUV 116.43 79.79 146.24 -
System Red Green Blue C M Y K H S L
Decimal 142 120 31 0 0.15 0.78 0.44 48.11 0.64 0.34
Hex 8E 78 1F 0 F 4E 2C 30 40 22
Octal 216 170 37 0 17 116 54 60 100 42
Binary 10001110 1111000 11111 0 1111 1001110 101100 110000 1000000 100010

Color Harmonies of #8E781F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E781F

Black with #8E781F

Text Example


Text Example

White with #8E781F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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