#8C7A2C

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

Shades of Corn Harvest #8C7A2C

Tints of Corn Harvest #8C7A2C

Color information

#8C7A2C (or 0x8C7A2C) is unknown color: approx Corn Harvest. HEX triplet: 8C, 7A and 2C. RGB value is (140,122,44). Sum of RGB (Red+Green+Blue) = 140+122+44=306 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.75% from 306); Green value is 122 (48.05% from 255 or 39.87% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7A2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7A2C is #7385D3. Grayscale: #767676. Windows color (decimal): -7570900 or 2914956. OLE color: 2914956.

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

Color convert

RGB14012244-
CMYK00.130.690.45
HSL48.75º52.17%36.08%-
HSV(B)48.75º68.57%54.9%-
XYZ18.2319.685.22-
YUV118.4985.96143.34-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.75%
GREEN value IS 122 (48.05% from 255) = 39.87%
BLUE value IS 44 (17.58% from 255) = 14.38%
R=45.75%
G=39.87%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401224400.130.690.4548.7552.1736.08
Hex8C7A2C0D452D313424
Octal2141725401510555616444
Binary100011001111010101100011011000101101101110001110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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