#8C7A2E

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

Shades of Corn Harvest #8C7A2E

Tints of Corn Harvest #8C7A2E

Color information

#8C7A2E (or 0x8C7A2E) is unknown color: approx Corn Harvest. HEX triplet: 8C, 7A and 2E. RGB value is (140,122,46). Sum of RGB (Red+Green+Blue) = 140+122+46=308 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.45% from 308); Green value is 122 (48.05% from 255 or 39.61% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7A2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7A2E is #7385D1. Grayscale: #777777. Windows color (decimal): -7570898 or 3046028. OLE color: 3046028.

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

Color convert

RGB14012246-
CMYK00.130.670.45
HSL48.51º50.54%36.47%-
HSV(B)48.51º67.14%54.9%-
XYZ18.2719.695.42-
YUV118.7286.96143.18-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.45%
GREEN value IS 122 (48.05% from 255) = 39.61%
BLUE value IS 46 (18.36% from 255) = 14.94%
R=45.45%
G=39.61%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401224600.130.670.4548.5150.5436.47
Hex8C7A2E0D432D313324
Octal2141725601510355616344
Binary100011001111010101110011011000011101101110001110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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