#8C793A

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

Shades of Corn Harvest #8C793A

Tints of Corn Harvest #8C793A

Color information

#8C793A (or 0x8C793A) is unknown color: approx Corn Harvest. HEX triplet: 8C, 79 and 3A. RGB value is (140,121,58). Sum of RGB (Red+Green+Blue) = 140+121+58=319 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.89% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 140 - color contains mainly: red. Hex color #8C793A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C793A is #7386C5. Grayscale: #777777. Windows color (decimal): -7571142 or 3832204. OLE color: 3832204.

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

Color convert

RGB14012158-
CMYK00.140.590.45
HSL46.1º41.41%38.82%-
HSV(B)46.1º58.57%54.9%-
XYZ18.4219.566.81-
YUV119.593.29142.62-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.89%
GREEN value IS 121 (47.66% from 255) = 37.93%
BLUE value IS 58 (23.05% from 255) = 18.18%
R=43.89%
G=37.93%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.59
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401215800.140.590.4546.141.4138.82
Hex8C793A0E3B2D2e2927
Octal214171720167355565147
Binary10001100111100111101001110111011101101101110101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C793A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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