#8D6E1E

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

Shades of Corn Harvest #8D6E1E

Tints of Corn Harvest #8D6E1E

Color information

#8D6E1E (or 0x8D6E1E) is unknown color: approx Corn Harvest. HEX triplet: 8D, 6E and 1E. RGB value is (141,110,30). Sum of RGB (Red+Green+Blue) = 141+110+30=281 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.18% from 281); Green value is 110 (43.36% from 255 or 39.15% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6E1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6E1E is #7291E1. Grayscale: #6E6E6E. Windows color (decimal): -7508450 or 1994381. OLE color: 1994381.

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

Color convert

RGB14111030-
CMYK00.220.790.45
HSL43.24º64.91%33.53%-
HSV(B)43.24º78.72%55.29%-
XYZ16.7916.913.61-
YUV110.1582.77150-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50.18%
GREEN value IS 110 (43.36% from 255) = 39.15%
BLUE value IS 30 (12.11% from 255) = 10.68%
R=50.18%
G=39.15%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411103000.220.790.4543.2464.9133.53
Hex8D6E1E0164F2D2b4122
Octal21515636026117555310142
Binary1000110111011101111001011010011111011011010111000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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