#8D761E

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

Shades of Corn Harvest #8D761E

Tints of Corn Harvest #8D761E

Color information

#8D761E (or 0x8D761E) is unknown color: approx Corn Harvest. HEX triplet: 8D, 76 and 1E. RGB value is (141,118,30). Sum of RGB (Red+Green+Blue) = 141+118+30=289 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.79% from 289); Green value is 118 (46.48% from 255 or 40.83% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 141 - color contains mainly: red. Hex color #8D761E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D761E is #7289E1. Grayscale: #737373. Windows color (decimal): -7506402 or 1996429. OLE color: 1996429.

HSL color Cylindrical-coordinate representation of color #8D761E: hue angle of 47.57º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8D761E is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB14111830-
CMYK00.160.790.45
HSL47.57º64.91%33.53%-
HSV(B)47.57º78.72%55.29%-
XYZ17.718.713.91-
YUV114.8480.12146.66-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.79%
GREEN value IS 118 (46.48% from 255) = 40.83%
BLUE value IS 30 (12.11% from 255) = 10.38%
R=48.79%
G=40.83%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411183000.160.790.4547.5764.9133.53
Hex8D761E0104F2D304122
Octal21516636020117556010142
Binary1000110111101101111001000010011111011011100001000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D761E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,118,30); }

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

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

 a { background-color: rgb(141,118,30); }

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

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

 span { border-color: rgb(141,118,30); }

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