#8F751A

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

Shades of Corn Harvest #8F751A

Tints of Corn Harvest #8F751A

Color information

#8F751A (or 0x8F751A) is unknown color: approx Corn Harvest. HEX triplet: 8F, 75 and 1A. RGB value is (143,117,26). Sum of RGB (Red+Green+Blue) = 143+117+26=286 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 26 (10.55% from 255 or 9.09% from 286); Max value from RGB is 143 - color contains mainly: red. Hex color #8F751A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F751A is #708AE5. Grayscale: #727272. Windows color (decimal): -7375590 or 1734031. OLE color: 1734031.

HSL color Cylindrical-coordinate representation of color #8F751A: hue angle of 46.67º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8F751A is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB14311726-
CMYK00.180.820.44
HSL46.67º69.23%33.14%-
HSV(B)46.67º81.82%56.08%-
XYZ17.8818.643.63-
YUV114.478.11148.4-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 50%
GREEN value IS 117 (46.09% from 255) = 40.91%
BLUE value IS 26 (10.55% from 255) = 9.09%
R=50%
G=40.91%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.82
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431172600.180.820.4446.6769.2333.14
Hex8F751A012522C2f4521
Octal21716532022122545710541
Binary1000111111101011101001001010100101011001011111000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F751A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,117,26); }

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

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

 a { background-color: rgb(143,117,26); }

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

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

 span { border-color: rgb(143,117,26); }

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