#8F7326

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

Shades of Corn Harvest #8F7326

Tints of Corn Harvest #8F7326

Color information

#8F7326 (or 0x8F7326) is unknown color: approx Corn Harvest. HEX triplet: 8F, 73 and 26. RGB value is (143,115,38). Sum of RGB (Red+Green+Blue) = 143+115+38=296 (39% of max value = 765). Red value is 143 (56.25% from 255 or 48.31% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 38 (15.23% from 255 or 12.84% from 296); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7326 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F7326 is #708CD9. Grayscale: #727272. Windows color (decimal): -7376090 or 2519951. OLE color: 2519951.

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

Color convert

RGB14311538-
CMYK00.200.730.44
HSL44º58.01%35.49%-
HSV(B)44º73.43%56.08%-
XYZ17.8118.244.42-
YUV114.5984.78148.26-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 48.31%
GREEN value IS 115 (45.31% from 255) = 38.85%
BLUE value IS 38 (15.23% from 255) = 12.84%
R=48.31%
G=38.85%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431153800.200.730.444458.0135.49
Hex8F7326014492C2c3a23
Octal2171634602411154547243
Binary1000111111100111001100101001001001101100101100111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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