#8D761C

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

Shades of Corn Harvest #8D761C

Tints of Corn Harvest #8D761C

Color information

#8D761C (or 0x8D761C) is unknown color: approx Corn Harvest. HEX triplet: 8D, 76 and 1C. RGB value is (141,118,28). Sum of RGB (Red+Green+Blue) = 141+118+28=287 (38% of max value = 765). Red value is 141 (55.47% from 255 or 49.13% from 287); Green value is 118 (46.48% from 255 or 41.11% from 287); Blue value is 28 (11.33% from 255 or 9.76% from 287); Max value from RGB is 141 - color contains mainly: red. Hex color #8D761C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D761C is #7289E3. Grayscale: #727272. Windows color (decimal): -7506404 or 1865357. OLE color: 1865357.

HSL color Cylindrical-coordinate representation of color #8D761C: hue angle of 47.79º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8D761C is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB14111828-
CMYK00.160.800.45
HSL47.79º66.86%33.14%-
HSV(B)47.79º80.14%55.29%-
XYZ17.6718.73.78-
YUV114.6279.12146.82-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 49.13%
GREEN value IS 118 (46.48% from 255) = 41.11%
BLUE value IS 28 (11.33% from 255) = 9.76%
R=49.13%
G=41.11%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.80
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411182800.160.800.4547.7966.8633.14
Hex8D761C010502D304321
Octal21516634020120556010341
Binary1000110111101101110001000010100001011011100001000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D761C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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