#8F7628

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

Shades of Corn Harvest #8F7628

Tints of Corn Harvest #8F7628

Color information

#8F7628 (or 0x8F7628) is unknown color: approx Corn Harvest. HEX triplet: 8F, 76 and 28. RGB value is (143,118,40). Sum of RGB (Red+Green+Blue) = 143+118+40=301 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.51% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7628 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F7628 is #7089D7. Grayscale: #747474. Windows color (decimal): -7375320 or 2651791. OLE color: 2651791.

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

Color convert

RGB14311840-
CMYK00.170.720.44
HSL45.44º56.28%35.88%-
HSV(B)45.44º72.03%56.08%-
XYZ18.1918.954.71-
YUV116.5884.78146.84-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 47.51%
GREEN value IS 118 (46.48% from 255) = 39.20%
BLUE value IS 40 (16.02% from 255) = 13.29%
R=47.51%
G=39.20%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.72
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431184000.170.720.4445.4456.2835.88
Hex8F7628011482C2d3824
Octal2171665002111054557044
Binary1000111111101101010000100011001000101100101101111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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