Html Css Color HEX #8C743C Corn Harvest

📋 copy color: '#8C743C'

red 140 ◦ green 116 ◦ blue 60

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

Shades of Corn Harvest #8C743C

Tints of Corn Harvest #8C743C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.71%

 BLUE value IS 60 (23.83% from 255) = 18.99%

R = 44.3%
G = 36.71%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.45

RGB Variations

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

Color information

#8C743C (or 0x8C743C) is known color: Corn Harvest. HEX triplet: 8C, 74 and 3C. RGB value is (140,116,60). Sum of RGB (Red+Green+Blue) = 140+116+60=316 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.30% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 140 - color contains mainly: red. Hex color #8C743C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C743C is #738BC3. Grayscale: #757575. Windows color (decimal): -7572420 or 3961996. OLE color: 3961996.

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

Color convert

RGB 140 116 60 -
CMYK 0 0.17 0.57 0.45
HSL 42º 0.4% 0.39% -
HSV(B) 42º 0.57% 0.55% -
XYZ 17.88 18.39 6.88 -
YUV 116.79 95.95 144.55 -
System Red Green Blue C M Y K H S L
Decimal 140 116 60 0 0.17 0.57 0.45 42 0.4 0.39
Hex 8C 74 3C 0 11 39 2D 2A 28 27
Octal 214 164 74 0 21 71 55 52 50 47
Binary 10001100 1110100 111100 0 10001 111001 101101 101010 101000 100111

Color Harmonies of #8C743C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C743C

Black with #8C743C

Text Example


Text Example

White with #8C743C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,116,60); }

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

background-color css

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

 a { background-color: rgb(140,116,60); }

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

border-color css

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

 span { border-color: rgb(140,116,60); }

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