#8F763F

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

Shades of Corn Harvest #8F763F

Tints of Corn Harvest #8F763F

Color information

#8F763F (or 0x8F763F) is unknown color: approx Corn Harvest. HEX triplet: 8F, 76 and 3F. RGB value is (143,118,63). Sum of RGB (Red+Green+Blue) = 143+118+63=324 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.14% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 143 - color contains mainly: red. Hex color #8F763F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F763F is #7089C0. Grayscale: #777777. Windows color (decimal): -7375297 or 4159119. OLE color: 4159119.

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

Color convert

RGB14311863-
CMYK00.170.560.44
HSL41.25º38.83%40.39%-
HSV(B)41.25º55.94%56.08%-
XYZ18.719.167.41-
YUV119.296.28144.97-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44.14%
GREEN value IS 118 (46.48% from 255) = 36.42%
BLUE value IS 63 (25% from 255) = 19.44%
R=44.14%
G=36.42%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431186300.170.560.4441.2538.8340.39
Hex8F763F011382C292728
Octal217166770217054514750
Binary100011111110110111111010001111000101100101001100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F763F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,118,63); }

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

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

 a { background-color: rgb(143,118,63); }

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

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

 span { border-color: rgb(143,118,63); }

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