Html Css Color HEX #8C771E Corn Harvest

📋 copy color: '#8C771E'

red 140 ◦ green 119 ◦ blue 30

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

Shades of Corn Harvest #8C771E

Tints of Corn Harvest #8C771E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.18%

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

R = 48.44%
G = 41.18%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8C771E (or 0x8C771E) is known color: Corn Harvest. HEX triplet: 8C, 77 and 1E. RGB value is (140,119,30). Sum of RGB (Red+Green+Blue) = 140+119+30=289 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.44% from 289); Green value is 119 (46.88% from 255 or 41.18% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 140 - color contains mainly: red. Hex color #8C771E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C771E is #7388E1. Grayscale: #737373. Windows color (decimal): -7571682 or 1996684. OLE color: 1996684.

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

Color convert

RGB 140 119 30 -
CMYK 0 0.15 0.79 0.45
HSL 48.55º 0.65% 0.33% -
HSV(B) 48.55º 0.79% 0.55% -
XYZ 17.65 18.86 3.94 -
YUV 115.13 79.96 145.74 -
System Red Green Blue C M Y K H S L
Decimal 140 119 30 0 0.15 0.79 0.45 48.55 0.65 0.33
Hex 8C 77 1E 0 F 4F 2D 31 41 21
Octal 214 167 36 0 17 117 55 61 101 41
Binary 10001100 1110111 11110 0 1111 1001111 101101 110001 1000001 100001

Color Harmonies of #8C771E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C771E

Black with #8C771E

Text Example


Text Example

White with #8C771E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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