#8D7621

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

Shades of Corn Harvest #8D7621

Tints of Corn Harvest #8D7621

Color information

#8D7621 (or 0x8D7621) is unknown color: approx Corn Harvest. HEX triplet: 8D, 76 and 21. RGB value is (141,118,33). Sum of RGB (Red+Green+Blue) = 141+118+33=292 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.29% from 292); Green value is 118 (46.48% from 255 or 40.41% from 292); Blue value is 33 (13.28% from 255 or 11.30% from 292); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7621 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7621 is #7289DE. Grayscale: #737373. Windows color (decimal): -7506399 or 2193037. OLE color: 2193037.

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

Color convert

RGB14111833-
CMYK00.160.770.45
HSL47.22º62.07%34.12%-
HSV(B)47.22º76.6%55.29%-
XYZ17.7418.734.12-
YUV115.1981.62146.41-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.29%
GREEN value IS 118 (46.48% from 255) = 40.41%
BLUE value IS 33 (13.28% from 255) = 11.30%
R=48.29%
G=40.41%
B=11.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.77
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411183300.160.770.4547.2262.0734.12
Hex8D76210104D2D2f3e22
Octal2151664102011555577642
Binary1000110111101101000010100001001101101101101111111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,118,33); }

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

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

 a { background-color: rgb(141,118,33); }

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

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

 span { border-color: rgb(141,118,33); }

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