#8F721F

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

Shades of Corn Harvest #8F721F

Tints of Corn Harvest #8F721F

Color information

#8F721F (or 0x8F721F) is unknown color: approx Corn Harvest. HEX triplet: 8F, 72 and 1F. RGB value is (143,114,31). Sum of RGB (Red+Green+Blue) = 143+114+31=288 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.65% from 288); Green value is 114 (44.92% from 255 or 39.58% from 288); Blue value is 31 (12.5% from 255 or 10.76% from 288); Max value from RGB is 143 - color contains mainly: red. Hex color #8F721F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F721F is #708DE0. Grayscale: #717171. Windows color (decimal): -7376353 or 2060943. OLE color: 2060943.

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

Color convert

RGB14311431-
CMYK00.200.780.44
HSL44.46º64.37%34.12%-
HSV(B)44.46º78.32%56.08%-
XYZ17.5917.973.84-
YUV113.2181.61149.25-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 49.65%
GREEN value IS 114 (44.92% from 255) = 39.58%
BLUE value IS 31 (12.5% from 255) = 10.76%
R=49.65%
G=39.58%
B=10.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.78
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431143100.200.780.4444.4664.3734.12
Hex8F721F0144E2C2c4022
Octal21716237024116545410042
Binary1000111111100101111101010010011101011001011001000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F721F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,114,31); }

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

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

 a { background-color: rgb(143,114,31); }

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

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

 span { border-color: rgb(143,114,31); }

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