#8C7034

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

Shades of Corn Harvest #8C7034

Tints of Corn Harvest #8C7034

Color information

#8C7034 (or 0x8C7034) is unknown color: approx Corn Harvest. HEX triplet: 8C, 70 and 34. RGB value is (140,112,52). Sum of RGB (Red+Green+Blue) = 140+112+52=304 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.05% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7034 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7034 is #738FCB. Grayscale: #717171. Windows color (decimal): -7573452 or 3436684. OLE color: 3436684.

HSL color Cylindrical-coordinate representation of color #8C7034: hue angle of 40.91º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C7034 is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB14011252-
CMYK00.200.630.45
HSL40.91º45.83%37.65%-
HSV(B)40.91º62.86%54.9%-
XYZ17.2317.415.7-
YUV113.5393.28146.88-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.05%
GREEN value IS 112 (44.14% from 255) = 36.84%
BLUE value IS 52 (20.70% from 255) = 17.11%
R=46.05%
G=36.84%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401125200.200.630.4540.9145.8337.65
Hex8C70340143F2D292e26
Octal214160640247755515646
Binary100011001110000110100010100111111101101101001101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,112,52); }

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

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

 a { background-color: rgb(140,112,52); }

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

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

 span { border-color: rgb(140,112,52); }

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