#8f731b

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

Shades of Corn Harvest #8F731B

Tints of Corn Harvest #8F731B

Color information

#8F731B (or 0x8F731B) is unknown color: approx Corn Harvest. HEX triplet: 8F, 73 and 1B. RGB value is (143,115,27). Sum of RGB (Red+Green+Blue) = 143+115+27=285 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.18% from 285); Green value is 115 (45.31% from 255 or 40.35% from 285); Blue value is 27 (10.94% from 255 or 9.47% from 285); Max value from RGB is 143 - color contains mainly: red. Hex color #8F731B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F731B is #708CE4. Grayscale: #717171. Windows color (decimal): -7376101 or 1799055. OLE color: 1799055.

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

Color convert

RGB14311527-
CMYK00.200.810.44
HSL45.52º68.24%33.33%-
HSV(B)45.52º81.12%56.08%-
XYZ17.6618.183.62-
YUV113.3479.28149.16-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 50.18%
GREEN value IS 115 (45.31% from 255) = 40.35%
BLUE value IS 27 (10.94% from 255) = 9.47%
R=50.18%
G=40.35%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431152700.200.810.4445.5268.2433.33
Hex8F731B014512C2e4421
Octal21716333024121545610441
Binary1000111111100111101101010010100011011001011101000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f731b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,115,27); }

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

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

 a { background-color: rgb(143,115,27); }

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

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

 span { border-color: rgb(143,115,27); }

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