#8C6728

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

Shades of Corn Harvest #8C6728

Tints of Corn Harvest #8C6728

Color information

#8C6728 (or 0x8C6728) is unknown color: approx Corn Harvest. HEX triplet: 8C, 67 and 28. RGB value is (140,103,40). Sum of RGB (Red+Green+Blue) = 140+103+40=283 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.47% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6728 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6728 is #7398D7. Grayscale: #6B6B6B. Windows color (decimal): -7575768 or 2647948. OLE color: 2647948.

HSL color Cylindrical-coordinate representation of color #8C6728: hue angle of 37.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 #8C6728 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.45.

Color convert

RGB14010340-
CMYK00.260.710.45
HSL37.8º55.56%35.29%-
HSV(B)37.8º71.43%54.9%-
XYZ16.0515.434.14-
YUV106.8890.26151.62-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 49.47%
GREEN value IS 103 (40.62% from 255) = 36.40%
BLUE value IS 40 (16.02% from 255) = 14.13%
R=49.47%
G=36.40%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.71
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401034000.260.710.4537.855.5635.29
Hex8C672801A472D263823
Octal2141475003210755467043
Binary1000110011001111010000110101000111101101100110111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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