#8C731F

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

Shades of Corn Harvest #8C731F

Tints of Corn Harvest #8C731F

Color information

#8C731F (or 0x8C731F) is unknown color: approx Corn Harvest. HEX triplet: 8C, 73 and 1F. RGB value is (140,115,31). Sum of RGB (Red+Green+Blue) = 140+115+31=286 (37% of max value = 765). Red value is 140 (55.08% from 255 or 48.95% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 140 - color contains mainly: red. Hex color #8C731F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C731F is #738CE0. Grayscale: #717171. Windows color (decimal): -7572705 or 2061196. OLE color: 2061196.

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

Color convert

RGB14011531-
CMYK00.180.780.45
HSL46.24º63.74%33.53%-
HSV(B)46.24º77.86%54.9%-
XYZ17.1917.943.85-
YUV112.981.78147.33-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 48.95%
GREEN value IS 115 (45.31% from 255) = 40.21%
BLUE value IS 31 (12.5% from 255) = 10.84%
R=48.95%
G=40.21%
B=10.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401153100.180.780.4546.2463.7433.53
Hex8C731F0124E2D2e4022
Octal21416337022116555610042
Binary1000110011100111111101001010011101011011011101000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C731F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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