#8C782D

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

Shades of Corn Harvest #8C782D

Tints of Corn Harvest #8C782D

Color information

#8C782D (or 0x8C782D) is unknown color: approx Corn Harvest. HEX triplet: 8C, 78 and 2D. RGB value is (140,120,45). Sum of RGB (Red+Green+Blue) = 140+120+45=305 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.90% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 140 - color contains mainly: red. Hex color #8C782D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C782D is #7387D2. Grayscale: #757575. Windows color (decimal): -7571411 or 2979980. OLE color: 2979980.

HSL color Cylindrical-coordinate representation of color #8C782D: hue angle of 47.37º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8C782D is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB14012045-
CMYK00.140.680.45
HSL47.37º51.35%36.27%-
HSV(B)47.37º67.86%54.9%-
XYZ18.0119.25.24-
YUV117.4387.13144.1-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.90%
GREEN value IS 120 (47.27% from 255) = 39.34%
BLUE value IS 45 (17.97% from 255) = 14.75%
R=45.90%
G=39.34%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401204500.140.680.4547.3751.3536.27
Hex8C782D0E442D2f3324
Octal2141705501610455576344
Binary100011001111000101101011101000100101101101111110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C782D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,120,45); }

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

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

 a { background-color: rgb(140,120,45); }

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

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

 span { border-color: rgb(140,120,45); }

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