#8F7625

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

Shades of Corn Harvest #8F7625

Tints of Corn Harvest #8F7625

Color information

#8F7625 (or 0x8F7625) is unknown color: approx Corn Harvest. HEX triplet: 8F, 76 and 25. RGB value is (143,118,37). Sum of RGB (Red+Green+Blue) = 143+118+37=298 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.99% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 37 (14.84% from 255 or 12.42% from 298); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7625 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F7625 is #7089DA. Grayscale: #747474. Windows color (decimal): -7375323 or 2455183. OLE color: 2455183.

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

Color convert

RGB14311837-
CMYK00.170.740.44
HSL45.85º58.89%35.29%-
HSV(B)45.85º74.13%56.08%-
XYZ18.1418.934.45-
YUV116.2483.28147.09-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 47.99%
GREEN value IS 118 (46.48% from 255) = 39.60%
BLUE value IS 37 (14.84% from 255) = 12.42%
R=47.99%
G=39.60%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.74
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431183700.170.740.4445.8558.8935.29
Hex8F76250114A2C2e3b23
Octal2171664502111254567343
Binary1000111111101101001010100011001010101100101110111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,118,37); }

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

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

 a { background-color: rgb(143,118,37); }

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

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

 span { border-color: rgb(143,118,37); }

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