Html Css Color HEX #8C7634 Corn Harvest

📋 copy color: '#8C7634'

red 140 ◦ green 118 ◦ blue 52

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

Shades of Corn Harvest #8C7634

Tints of Corn Harvest #8C7634

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.06%

 BLUE value IS 52 (20.7% from 255) = 16.77%

R = 45.16%
G = 38.06%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.63

 K value IS 0.45

RGB Variations

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

Color information

#8C7634 (or 0x8C7634) is known color: Corn Harvest. HEX triplet: 8C, 76 and 34. RGB value is (140,118,52). Sum of RGB (Red+Green+Blue) = 140+118+52=310 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.16% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 52 (20.70% from 255 or 16.77% from 310); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7634 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7634 is #7389CB. Grayscale: #757575. Windows color (decimal): -7571916 or 3438220. OLE color: 3438220.

HSL color Cylindrical-coordinate representation of color #8C7634: hue angle of 45º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C7634 is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 118 52 -
CMYK 0 0.16 0.63 0.45
HSL 45º 0.46% 0.38% -
HSV(B) 45º 0.63% 0.55% -
XYZ 17.91 18.78 5.93 -
YUV 117.05 91.29 144.37 -
System Red Green Blue C M Y K H S L
Decimal 140 118 52 0 0.16 0.63 0.45 45 0.46 0.38
Hex 8C 76 34 0 10 3F 2D 2D 2E 26
Octal 214 166 64 0 20 77 55 55 56 46
Binary 10001100 1110110 110100 0 10000 111111 101101 101101 101110 100110

Color Harmonies of #8C7634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7634

Black with #8C7634

Text Example


Text Example

White with #8C7634

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,118,52); }

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

background-color css

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

 a { background-color: rgb(140,118,52); }

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

border-color css

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

 span { border-color: rgb(140,118,52); }

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