#8F702B

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

Shades of Corn Harvest #8F702B

Tints of Corn Harvest #8F702B

Color information

#8F702B (or 0x8F702B) is unknown color: approx Corn Harvest. HEX triplet: 8F, 70 and 2B. RGB value is (143,112,43). Sum of RGB (Red+Green+Blue) = 143+112+43=298 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.99% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 143 - color contains mainly: red. Hex color #8F702B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F702B is #708FD4. Grayscale: #717171. Windows color (decimal): -7376853 or 2846863. OLE color: 2846863.

HSL color Cylindrical-coordinate representation of color #8F702B: hue angle of 41.4º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8F702B is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB14311243-
CMYK00.220.700.44
HSL41.4º53.76%36.47%-
HSV(B)41.4º69.93%56.08%-
XYZ17.5617.64.76-
YUV113.488.27149.11-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 47.99%
GREEN value IS 112 (44.14% from 255) = 37.58%
BLUE value IS 43 (17.19% from 255) = 14.43%
R=47.99%
G=37.58%
B=14.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431124300.220.700.4441.453.7636.47
Hex8F702B016462C293624
Octal2171605302610654516644
Binary1000111111100001010110101101000110101100101001110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F702B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,112,43); }

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

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

 a { background-color: rgb(143,112,43); }

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

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

 span { border-color: rgb(143,112,43); }

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