#8D782D

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

Shades of Corn Harvest #8D782D

Tints of Corn Harvest #8D782D

Color information

#8D782D (or 0x8D782D) is unknown color: approx Corn Harvest. HEX triplet: 8D, 78 and 2D. RGB value is (141,120,45). Sum of RGB (Red+Green+Blue) = 141+120+45=306 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.08% from 306); Green value is 120 (47.27% from 255 or 39.22% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 141 - color contains mainly: red. Hex color #8D782D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D782D is #7287D2. Grayscale: #767676. Windows color (decimal): -7505875 or 2979981. OLE color: 2979981.

HSL color Cylindrical-coordinate representation of color #8D782D: hue angle of 46.87º 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 #8D782D is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB14112045-
CMYK00.150.680.45
HSL46.87º51.61%36.47%-
HSV(B)46.87º68.09%55.29%-
XYZ18.1719.295.25-
YUV117.7386.96144.6-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.08%
GREEN value IS 120 (47.27% from 255) = 39.22%
BLUE value IS 45 (17.97% from 255) = 14.71%
R=46.08%
G=39.22%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411204500.150.680.4546.8751.6136.47
Hex8D782D0F442D2f3424
Octal2151705501710455576444
Binary100011011111000101101011111000100101101101111110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D782D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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