#8C752E

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

Shades of Corn Harvest #8C752E

Tints of Corn Harvest #8C752E

Color information

#8C752E (or 0x8C752E) is unknown color: approx Corn Harvest. HEX triplet: 8C, 75 and 2E. RGB value is (140,117,46). Sum of RGB (Red+Green+Blue) = 140+117+46=303 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.20% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 140 - color contains mainly: red. Hex color #8C752E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C752E is #738AD1. Grayscale: #747474. Windows color (decimal): -7572178 or 3044748. OLE color: 3044748.

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

Color convert

RGB14011746-
CMYK00.160.670.45
HSL45.32º50.54%36.47%-
HSV(B)45.32º67.14%54.9%-
XYZ17.6718.55.22-
YUV115.7888.62145.27-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.20%
GREEN value IS 117 (46.09% from 255) = 38.61%
BLUE value IS 46 (18.36% from 255) = 15.18%
R=46.20%
G=38.61%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401174600.160.670.4545.3250.5436.47
Hex8C752E010432D2d3324
Octal2141655602010355556344
Binary1000110011101011011100100001000011101101101101110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C752E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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