#8C732D

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

Shades of Corn Harvest #8C732D

Tints of Corn Harvest #8C732D

Color information

#8C732D (or 0x8C732D) is unknown color: approx Corn Harvest. HEX triplet: 8C, 73 and 2D. RGB value is (140,115,45). Sum of RGB (Red+Green+Blue) = 140+115+45=300 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.67% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 140 - color contains mainly: red. Hex color #8C732D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C732D is #738CD2. Grayscale: #727272. Windows color (decimal): -7572691 or 2978700. OLE color: 2978700.

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

Color convert

RGB14011545-
CMYK00.180.680.45
HSL44.21º51.35%36.27%-
HSV(B)44.21º67.86%54.9%-
XYZ17.4218.035.04-
YUV114.4988.78146.19-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.67%
GREEN value IS 115 (45.31% from 255) = 38.33%
BLUE value IS 45 (17.97% from 255) = 15%
R=46.67%
G=38.33%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401154500.180.680.4544.2151.3536.27
Hex8C732D012442D2c3324
Octal2141635502210455546344
Binary1000110011100111011010100101000100101101101100110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C732D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,115,45); }

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

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

 a { background-color: rgb(140,115,45); }

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

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

 span { border-color: rgb(140,115,45); }

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