#8F712F

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

Shades of Corn Harvest #8F712F

Tints of Corn Harvest #8F712F

Color information

#8F712F (or 0x8F712F) is unknown color: approx Corn Harvest. HEX triplet: 8F, 71 and 2F. RGB value is (143,113,47). Sum of RGB (Red+Green+Blue) = 143+113+47=303 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.19% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 143 - color contains mainly: red. Hex color #8F712F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F712F is #708ED0. Grayscale: #727272. Windows color (decimal): -7376593 or 3109263. OLE color: 3109263.

HSL color Cylindrical-coordinate representation of color #8F712F: hue angle of 41.25º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8F712F is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB14311347-
CMYK00.210.670.44
HSL41.25º50.53%37.25%-
HSV(B)41.25º67.13%56.08%-
XYZ17.7517.865.2-
YUV114.4589.94148.37-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 47.19%
GREEN value IS 113 (44.53% from 255) = 37.29%
BLUE value IS 47 (18.75% from 255) = 15.51%
R=47.19%
G=37.29%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431134700.210.670.4441.2550.5337.25
Hex8F712F015432C293325
Octal2171615702510354516345
Binary1000111111100011011110101011000011101100101001110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F712F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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