#8D682C

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

Shades of Corn Harvest #8D682C

Tints of Corn Harvest #8D682C

Color information

#8D682C (or 0x8D682C) is unknown color: approx Corn Harvest. HEX triplet: 8D, 68 and 2C. RGB value is (141,104,44). Sum of RGB (Red+Green+Blue) = 141+104+44=289 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.79% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 44 (17.58% from 255 or 15.22% from 289); Max value from RGB is 141 - color contains mainly: red. Hex color #8D682C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D682C is #7297D3. Grayscale: #6C6C6C. Windows color (decimal): -7509972 or 2910349. OLE color: 2910349.

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

Color convert

RGB14110444-
CMYK00.260.690.45
HSL37.11º52.43%36.27%-
HSV(B)37.11º68.79%55.29%-
XYZ16.3915.754.56-
YUV108.2291.76151.38-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.79%
GREEN value IS 104 (41.02% from 255) = 35.99%
BLUE value IS 44 (17.58% from 255) = 15.22%
R=48.79%
G=35.99%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411044400.260.690.4537.1152.4336.27
Hex8D682C01A452D253424
Octal2151505403210555456444
Binary1000110111010001011000110101000101101101100101110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D682C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,104,44); }

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

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

 a { background-color: rgb(141,104,44); }

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

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

 span { border-color: rgb(141,104,44); }

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