#8D762D

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

Shades of Corn Harvest #8D762D

Tints of Corn Harvest #8D762D

Color information

#8D762D (or 0x8D762D) is unknown color: approx Corn Harvest. HEX triplet: 8D, 76 and 2D. RGB value is (141,118,45). Sum of RGB (Red+Green+Blue) = 141+118+45=304 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.38% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 141 - color contains mainly: red. Hex color #8D762D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D762D is #7289D2. Grayscale: #747474. Windows color (decimal): -7506387 or 2979469. OLE color: 2979469.

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

Color convert

RGB14111845-
CMYK00.160.680.45
HSL45.62º51.61%36.47%-
HSV(B)45.62º68.09%55.29%-
XYZ17.9418.815.17-
YUV116.5587.62145.44-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.38%
GREEN value IS 118 (46.48% from 255) = 38.82%
BLUE value IS 45 (17.97% from 255) = 14.80%
R=46.38%
G=38.82%
B=14.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411184500.160.680.4545.6251.6136.47
Hex8D762D010442D2e3424
Octal2151665502010455566444
Binary1000110111101101011010100001000100101101101110110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D762D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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