#8C7834

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

Shades of Corn Harvest #8C7834

Tints of Corn Harvest #8C7834

Color information

#8C7834 (or 0x8C7834) is unknown color: approx Corn Harvest. HEX triplet: 8C, 78 and 34. RGB value is (140,120,52). Sum of RGB (Red+Green+Blue) = 140+120+52=312 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.87% from 312); Green value is 120 (47.27% from 255 or 38.46% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7834 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7834 is #7387CB. Grayscale: #767676. Windows color (decimal): -7571404 or 3438732. OLE color: 3438732.

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

Color convert

RGB14012052-
CMYK00.140.630.45
HSL46.36º45.83%37.65%-
HSV(B)46.36º62.86%54.9%-
XYZ18.1519.266.01-
YUV118.2390.63143.53-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.87%
GREEN value IS 120 (47.27% from 255) = 38.46%
BLUE value IS 52 (20.70% from 255) = 16.67%
R=44.87%
G=38.46%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401205200.140.630.4546.3645.8337.65
Hex8C78340E3F2D2e2e26
Octal214170640167755565646
Binary10001100111100011010001110111111101101101110101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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