#8C7139

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

Shades of Corn Harvest #8C7139

Tints of Corn Harvest #8C7139

Color information

#8C7139 (or 0x8C7139) is unknown color: approx Corn Harvest. HEX triplet: 8C, 71 and 39. RGB value is (140,113,57). Sum of RGB (Red+Green+Blue) = 140+113+57=310 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.16% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 57 (22.66% from 255 or 18.39% from 310); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7139 is #738EC6. Grayscale: #727272. Windows color (decimal): -7573191 or 3764620. OLE color: 3764620.

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

Color convert

RGB14011357-
CMYK00.190.590.45
HSL40.48º42.13%38.63%-
HSV(B)40.48º59.29%54.9%-
XYZ17.4617.686.36-
YUV114.6995.45146.05-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.16%
GREEN value IS 113 (44.53% from 255) = 36.45%
BLUE value IS 57 (22.66% from 255) = 18.39%
R=45.16%
G=36.45%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.59
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401135700.190.590.4540.4842.1338.63
Hex8C71390133B2D282a27
Octal214161710237355505247
Binary100011001110001111001010011111011101101101000101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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