#8F743C

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

Shades of Corn Harvest #8F743C

Tints of Corn Harvest #8F743C

Color information

#8F743C (or 0x8F743C) is unknown color: approx Corn Harvest. HEX triplet: 8F, 74 and 3C. RGB value is (143,116,60). Sum of RGB (Red+Green+Blue) = 143+116+60=319 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.83% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 143 - color contains mainly: red. Hex color #8F743C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F743C is #708BC3. Grayscale: #757575. Windows color (decimal): -7375812 or 3961999. OLE color: 3961999.

HSL color Cylindrical-coordinate representation of color #8F743C: hue angle of 40.48º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8F743C is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB14311660-
CMYK00.190.580.44
HSL40.48º40.89%39.8%-
HSV(B)40.48º58.04%56.08%-
XYZ18.3918.666.91-
YUV117.6995.45146.05-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44.83%
GREEN value IS 116 (45.70% from 255) = 36.36%
BLUE value IS 60 (23.83% from 255) = 18.81%
R=44.83%
G=36.36%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431166000.190.580.4440.4840.8939.8
Hex8F743C0133A2C282928
Octal217164740237254505150
Binary100011111110100111100010011111010101100101000101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F743C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,116,60); }

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

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

 a { background-color: rgb(143,116,60); }

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

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

 span { border-color: rgb(143,116,60); }

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