#8C7339

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

Shades of Corn Harvest #8C7339

Tints of Corn Harvest #8C7339

Color information

#8C7339 (or 0x8C7339) is unknown color: approx Corn Harvest. HEX triplet: 8C, 73 and 39. RGB value is (140,115,57). Sum of RGB (Red+Green+Blue) = 140+115+57=312 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.87% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 57 (22.66% from 255 or 18.27% from 312); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7339 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7339 is #738CC6. Grayscale: #747474. Windows color (decimal): -7572679 or 3765132. OLE color: 3765132.

HSL color Cylindrical-coordinate representation of color #8C7339: hue angle of 41.93º degrees, saturation: 0.42, 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 #8C7339 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.45.

Color convert

RGB14011557-
CMYK00.180.590.45
HSL41.93º42.13%38.63%-
HSV(B)41.93º59.29%54.9%-
XYZ17.6818.136.44-
YUV115.8694.78145.22-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.87%
GREEN value IS 115 (45.31% from 255) = 36.86%
BLUE value IS 57 (22.66% from 255) = 18.27%
R=44.87%
G=36.86%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401155700.180.590.4541.9342.1338.63
Hex8C73390123B2D2a2a27
Octal214163710227355525247
Binary100011001110011111001010010111011101101101010101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,115,57); }

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

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

 a { background-color: rgb(140,115,57); }

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

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

 span { border-color: rgb(140,115,57); }

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