#8F711D

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

Shades of Corn Harvest #8F711D

Tints of Corn Harvest #8F711D

Color information

#8F711D (or 0x8F711D) is unknown color: approx Corn Harvest. HEX triplet: 8F, 71 and 1D. RGB value is (143,113,29). Sum of RGB (Red+Green+Blue) = 143+113+29=285 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.18% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 29 (11.72% from 255 or 10.18% from 285); Max value from RGB is 143 - color contains mainly: red. Hex color #8F711D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F711D is #708EE2. Grayscale: #707070. Windows color (decimal): -7376611 or 1929615. OLE color: 1929615.

HSL color Cylindrical-coordinate representation of color #8F711D: hue angle of 44.21º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8F711D is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB14311329-
CMYK00.210.800.44
HSL44.21º66.28%33.73%-
HSV(B)44.21º79.72%56.08%-
XYZ17.4517.743.67-
YUV112.3980.94149.83-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 50.18%
GREEN value IS 113 (44.53% from 255) = 39.65%
BLUE value IS 29 (11.72% from 255) = 10.18%
R=50.18%
G=39.65%
B=10.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.80
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431132900.210.800.4444.2166.2833.73
Hex8F711D015502C2c4222
Octal21716135025120545410242
Binary1000111111100011110101010110100001011001011001000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F711D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,113,29); }

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

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

 a { background-color: rgb(143,113,29); }

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

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

 span { border-color: rgb(143,113,29); }

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