#8C7A2A

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

Shades of Corn Harvest #8C7A2A

Tints of Corn Harvest #8C7A2A

Color information

#8C7A2A (or 0x8C7A2A) is unknown color: approx Corn Harvest. HEX triplet: 8C, 7A and 2A. RGB value is (140,122,42). Sum of RGB (Red+Green+Blue) = 140+122+42=304 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.05% from 304); Green value is 122 (48.05% from 255 or 40.13% from 304); Blue value is 42 (16.80% from 255 or 13.82% from 304); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7A2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7A2A is #7385D5. Grayscale: #767676. Windows color (decimal): -7570902 or 2783884. OLE color: 2783884.

HSL color Cylindrical-coordinate representation of color #8C7A2A: hue angle of 48.98º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8C7A2A is Cyan = 0, Magento = 0.13, Yellow = 0.7 and Black (K on CMYK) = 0.45.

Color convert

RGB14012242-
CMYK00.130.70.45
HSL48.98º53.85%35.69%-
HSV(B)48.98º70%54.9%-
XYZ18.1919.665.03-
YUV118.2684.96143.5-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.05%
GREEN value IS 122 (48.05% from 255) = 40.13%
BLUE value IS 42 (16.80% from 255) = 13.82%
R=46.05%
G=40.13%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.7
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401224200.130.70.4548.9853.8535.69
Hex8C7A2A0D462D313624
Octal2141725201510655616644
Binary100011001111010101010011011000110101101110001110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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