#8D6F2E

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

Shades of Corn Harvest #8D6F2E

Tints of Corn Harvest #8D6F2E

Color information

#8D6F2E (or 0x8D6F2E) is unknown color: approx Corn Harvest. HEX triplet: 8D, 6F and 2E. RGB value is (141,111,46). Sum of RGB (Red+Green+Blue) = 141+111+46=298 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.32% from 298); Green value is 111 (43.75% from 255 or 37.25% from 298); Blue value is 46 (18.36% from 255 or 15.44% from 298); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6F2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6F2E is #7290D1. Grayscale: #707070. Windows color (decimal): -7508178 or 3043213. OLE color: 3043213.

HSL color Cylindrical-coordinate representation of color #8D6F2E: hue angle of 41.05º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D6F2E is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB14111146-
CMYK00.210.670.45
HSL41.05º50.8%36.67%-
HSV(B)41.05º67.38%55.29%-
XYZ17.1617.235.01-
YUV112.5690.44148.29-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.32%
GREEN value IS 111 (43.75% from 255) = 37.25%
BLUE value IS 46 (18.36% from 255) = 15.44%
R=47.32%
G=37.25%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411114600.210.670.4541.0550.836.67
Hex8D6F2E015432D293325
Octal2151575602510355516345
Binary1000110111011111011100101011000011101101101001110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,111,46); }

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

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

 a { background-color: rgb(141,111,46); }

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

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

 span { border-color: rgb(141,111,46); }

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