#8C7A34

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

Shades of Corn Harvest #8C7A34

Tints of Corn Harvest #8C7A34

Color information

#8C7A34 (or 0x8C7A34) is unknown color: approx Corn Harvest. HEX triplet: 8C, 7A and 34. RGB value is (140,122,52). Sum of RGB (Red+Green+Blue) = 140+122+52=314 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.59% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 52 (20.70% from 255 or 16.56% from 314); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7A34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7A34 is #7385CB. Grayscale: #777777. Windows color (decimal): -7570892 or 3439244. OLE color: 3439244.

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

Color convert

RGB14012252-
CMYK00.130.630.45
HSL47.73º45.83%37.65%-
HSV(B)47.73º62.86%54.9%-
XYZ18.3919.746.09-
YUV119.489.96142.69-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.59%
GREEN value IS 122 (48.05% from 255) = 38.85%
BLUE value IS 52 (20.70% from 255) = 16.56%
R=44.59%
G=38.85%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401225200.130.630.4547.7345.8337.65
Hex8C7A340D3F2D302e26
Octal214172640157755605646
Binary10001100111101011010001101111111101101110000101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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