#8C7931

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

Shades of Corn Harvest #8C7931

Tints of Corn Harvest #8C7931

Color information

#8C7931 (or 0x8C7931) is unknown color: approx Corn Harvest. HEX triplet: 8C, 79 and 31. RGB value is (140,121,49). Sum of RGB (Red+Green+Blue) = 140+121+49=310 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.16% from 310); Green value is 121 (47.66% from 255 or 39.03% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7931 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7931 is #7386CE. Grayscale: #767676. Windows color (decimal): -7571151 or 3242380. OLE color: 3242380.

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

Color convert

RGB14012149-
CMYK00.140.650.45
HSL47.47º48.15%37.06%-
HSV(B)47.47º65%54.9%-
XYZ18.2119.475.7-
YUV118.4788.79143.35-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.16%
GREEN value IS 121 (47.66% from 255) = 39.03%
BLUE value IS 49 (19.53% from 255) = 15.81%
R=45.16%
G=39.03%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401214900.140.650.4547.4748.1537.06
Hex8C79310E412D2f3025
Octal2141716101610155576045
Binary100011001111001110001011101000001101101101111110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,121,49); }

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

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

 a { background-color: rgb(140,121,49); }

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

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

 span { border-color: rgb(140,121,49); }

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