#8f772e

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

Shades of Corn Harvest #8F772E

Tints of Corn Harvest #8F772E

Color information

#8F772E (or 0x8F772E) is unknown color: approx Corn Harvest. HEX triplet: 8F, 77 and 2E. RGB value is (143,119,46). Sum of RGB (Red+Green+Blue) = 143+119+46=308 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.43% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 143 - color contains mainly: red. Hex color #8F772E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F772E is #7088D1. Grayscale: #767676. Windows color (decimal): -7375058 or 3045263. OLE color: 3045263.

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

Color convert

RGB14311946-
CMYK00.170.680.44
HSL45.15º51.32%37.06%-
HSV(B)45.15º67.83%56.08%-
XYZ18.4219.235.33-
YUV117.8587.45145.94-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 46.43%
GREEN value IS 119 (46.88% from 255) = 38.64%
BLUE value IS 46 (18.36% from 255) = 14.94%
R=46.43%
G=38.64%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431194600.170.680.4445.1551.3237.06
Hex8F772E011442C2d3325
Octal2171675602110454556345
Binary1000111111101111011100100011000100101100101101110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f772e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,119,46); }

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

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

 a { background-color: rgb(143,119,46); }

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

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

 span { border-color: rgb(143,119,46); }

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