#8D6D22

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

Shades of Corn Harvest #8D6D22

Tints of Corn Harvest #8D6D22

Color information

#8D6D22 (or 0x8D6D22) is unknown color: approx Corn Harvest. HEX triplet: 8D, 6D and 22. RGB value is (141,109,34). Sum of RGB (Red+Green+Blue) = 141+109+34=284 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.65% from 284); Green value is 109 (42.97% from 255 or 38.38% from 284); Blue value is 34 (13.67% from 255 or 11.97% from 284); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6D22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6D22 is #7292DD. Grayscale: #6E6E6E. Windows color (decimal): -7508702 or 2256269. OLE color: 2256269.

HSL color Cylindrical-coordinate representation of color #8D6D22: hue angle of 42.06º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8D6D22 is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.45.

Color convert

RGB14110934-
CMYK00.230.760.45
HSL42.06º61.14%34.31%-
HSV(B)42.06º75.89%55.29%-
XYZ16.7416.723.86-
YUV110.0285.1150.1-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 49.65%
GREEN value IS 109 (42.97% from 255) = 38.38%
BLUE value IS 34 (13.67% from 255) = 11.97%
R=49.65%
G=38.38%
B=11.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.76
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411093400.230.760.4542.0661.1434.31
Hex8D6D220174C2D2a3d22
Octal2151554202711455527542
Binary1000110111011011000100101111001100101101101010111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,109,34); }

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

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

 a { background-color: rgb(141,109,34); }

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

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

 span { border-color: rgb(141,109,34); }

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