#8C7628

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

Shades of Corn Harvest #8C7628

Tints of Corn Harvest #8C7628

Color information

#8C7628 (or 0x8C7628) is unknown color: approx Corn Harvest. HEX triplet: 8C, 76 and 28. RGB value is (140,118,40). Sum of RGB (Red+Green+Blue) = 140+118+40=298 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.98% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 40 (16.02% from 255 or 13.42% from 298); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7628 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7628 is #7389D7. Grayscale: #747474. Windows color (decimal): -7571928 or 2651788. OLE color: 2651788.

HSL color Cylindrical-coordinate representation of color #8C7628: hue angle of 46.8º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C7628 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.45.

Color convert

RGB14011840-
CMYK00.160.710.45
HSL46.8º55.56%35.29%-
HSV(B)46.8º71.43%54.9%-
XYZ17.6818.694.68-
YUV115.6985.29145.34-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.98%
GREEN value IS 118 (46.48% from 255) = 39.60%
BLUE value IS 40 (16.02% from 255) = 13.42%
R=46.98%
G=39.60%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.71
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401184000.160.710.4546.855.5635.29
Hex8C7628010472D2f3823
Octal2141665002010755577043
Binary1000110011101101010000100001000111101101101111111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,118,40); }

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

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

 a { background-color: rgb(140,118,40); }

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

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

 span { border-color: rgb(140,118,40); }

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