#8F721D

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

Shades of Corn Harvest #8F721D

Tints of Corn Harvest #8F721D

Color information

#8F721D (or 0x8F721D) is unknown color: approx Corn Harvest. HEX triplet: 8F, 72 and 1D. RGB value is (143,114,29). Sum of RGB (Red+Green+Blue) = 143+114+29=286 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50% from 286); Green value is 114 (44.92% from 255 or 39.86% from 286); Blue value is 29 (11.72% from 255 or 10.14% from 286); Max value from RGB is 143 - color contains mainly: red. Hex color #8F721D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F721D is #708DE2. Grayscale: #717171. Windows color (decimal): -7376355 or 1929871. OLE color: 1929871.

HSL color Cylindrical-coordinate representation of color #8F721D: hue angle of 44.74º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8F721D is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB14311429-
CMYK00.200.800.44
HSL44.74º66.28%33.73%-
HSV(B)44.74º79.72%56.08%-
XYZ17.5717.963.7-
YUV112.9880.61149.41-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 50%
GREEN value IS 114 (44.92% from 255) = 39.86%
BLUE value IS 29 (11.72% from 255) = 10.14%
R=50%
G=39.86%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.80
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431142900.200.800.4444.7466.2833.73
Hex8F721D014502C2d4222
Octal21716235024120545510242
Binary1000111111100101110101010010100001011001011011000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F721D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,114,29); }

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

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

 a { background-color: rgb(143,114,29); }

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

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

 span { border-color: rgb(143,114,29); }

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