#8F7032

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

Shades of Corn Harvest #8F7032

Tints of Corn Harvest #8F7032

Color information

#8F7032 (or 0x8F7032) is unknown color: approx Corn Harvest. HEX triplet: 8F, 70 and 32. RGB value is (143,112,50). Sum of RGB (Red+Green+Blue) = 143+112+50=305 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.89% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F7032 is #708FCD. Grayscale: #727272. Windows color (decimal): -7376846 or 3305615. OLE color: 3305615.

HSL color Cylindrical-coordinate representation of color #8F7032: hue angle of 40º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8F7032 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB14311250-
CMYK00.220.650.44
HSL40º48.19%37.84%-
HSV(B)40º65.03%56.08%-
XYZ17.717.665.49-
YUV114.291.77148.54-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 46.89%
GREEN value IS 112 (44.14% from 255) = 36.72%
BLUE value IS 50 (19.92% from 255) = 16.39%
R=46.89%
G=36.72%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431125000.220.650.444048.1937.84
Hex8F7032016412C283026
Octal2171606202610154506046
Binary1000111111100001100100101101000001101100101000110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,112,50); }

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

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

 a { background-color: rgb(143,112,50); }

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

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

 span { border-color: rgb(143,112,50); }

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