Html Css Color HEX #8C773B Corn Harvest

📋 copy color: '#8C773B'

red 140 ◦ green 119 ◦ blue 59

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

Shades of Corn Harvest #8C773B

Tints of Corn Harvest #8C773B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.55%

R = 44.03%
G = 37.42%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.58

 K value IS 0.45

RGB Variations

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

Color information

#8C773B (or 0x8C773B) is known color: Corn Harvest. HEX triplet: 8C, 77 and 3B. RGB value is (140,119,59). Sum of RGB (Red+Green+Blue) = 140+119+59=318 (42% of max value = 765). Red value is 140 (55.08% from 255 or 44.03% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 140 - color contains mainly: red. Hex color #8C773B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C773B is #7388C4. Grayscale: #767676. Windows color (decimal): -7571653 or 3897228. OLE color: 3897228.

HSL color Cylindrical-coordinate representation of color #8C773B: hue angle of 44.44º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8C773B is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 119 59 -
CMYK 0 0.15 0.58 0.45
HSL 44.44º 0.41% 0.39% -
HSV(B) 44.44º 0.58% 0.55% -
XYZ 18.2 19.08 6.86 -
YUV 118.44 94.46 143.38 -
System Red Green Blue C M Y K H S L
Decimal 140 119 59 0 0.15 0.58 0.45 44.44 0.41 0.39
Hex 8C 77 3B 0 F 3A 2D 2C 29 27
Octal 214 167 73 0 17 72 55 54 51 47
Binary 10001100 1110111 111011 0 1111 111010 101101 101100 101001 100111

Color Harmonies of #8C773B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C773B

Black with #8C773B

Text Example


Text Example

White with #8C773B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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