#8c773d

Color #8C773D Corn Harvest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Harvest #8C773D

Tints of Corn Harvest #8C773D

Color information

#8C773D (or 0x8C773D) is unknown color: approx Corn Harvest. HEX triplet: 8C, 77 and 3D. RGB value is (140,119,61). Sum of RGB (Red+Green+Blue) = 140+119+61=320 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.75% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 140 - color contains mainly: red. Hex color #8C773D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C773D is #7388C2. Grayscale: #767676. Windows color (decimal): -7571651 or 4028300. OLE color: 4028300.

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

Color convert

RGB14011961-
CMYK00.150.560.45
HSL44.05º39.3%39.41%-
HSV(B)44.05º56.43%54.9%-
XYZ18.2519.117.14-
YUV118.6795.46143.22-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.75%
GREEN value IS 119 (46.88% from 255) = 37.19%
BLUE value IS 61 (24.22% from 255) = 19.06%
R=43.75%
G=37.19%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401196100.150.560.4544.0539.339.41
Hex8C773D0F382D2c2727
Octal214167750177055544747
Binary10001100111011111110101111111000101101101100100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c773d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8c773d;
 }
 .AnyTagClassName
 {
   color: #8c773d;
 }
</style>
background-color css

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

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

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

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

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

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