Html Css Color HEX #8C781E Corn Harvest

📋 copy color: '#8C781E'

red 140 ◦ green 120 ◦ blue 30

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

Shades of Corn Harvest #8C781E

Tints of Corn Harvest #8C781E

RGB

 RED value IS 140 (55.08% from 255) = 48.28%

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

 BLUE value IS 30 (12.11% from 255) = 10.34%

R = 48.28%
G = 41.38%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8C781E (or 0x8C781E) is known color: Corn Harvest. HEX triplet: 8C, 78 and 1E. RGB value is (140,120,30). Sum of RGB (Red+Green+Blue) = 140+120+30=290 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.28% from 290); Green value is 120 (47.27% from 255 or 41.38% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 140 - color contains mainly: red. Hex color #8C781E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C781E is #7387E1. Grayscale: #747474. Windows color (decimal): -7571426 or 1996940. OLE color: 1996940.

HSL color Cylindrical-coordinate representation of color #8C781E: hue angle of 49.09º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C781E is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 120 30 -
CMYK 0 0.14 0.79 0.45
HSL 49.09º 0.65% 0.33% -
HSV(B) 49.09º 0.79% 0.55% -
XYZ 17.77 19.1 3.98 -
YUV 115.72 79.63 145.32 -
System Red Green Blue C M Y K H S L
Decimal 140 120 30 0 0.14 0.79 0.45 49.09 0.65 0.33
Hex 8C 78 1E 0 E 4F 2D 31 41 21
Octal 214 170 36 0 16 117 55 61 101 41
Binary 10001100 1111000 11110 0 1110 1001111 101101 110001 1000001 100001

Color Harmonies of #8C781E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C781E

Black with #8C781E

Text Example


Text Example

White with #8C781E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,120,30); }

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

background-color css

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

 a { background-color: rgb(140,120,30); }

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

border-color css

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

 span { border-color: rgb(140,120,30); }

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