#8D7922

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

Shades of Corn Harvest #8D7922

Tints of Corn Harvest #8D7922

Color information

#8D7922 (or 0x8D7922) is unknown color: approx Corn Harvest. HEX triplet: 8D, 79 and 22. RGB value is (141,121,34). Sum of RGB (Red+Green+Blue) = 141+121+34=296 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.64% from 296); Green value is 121 (47.66% from 255 or 40.88% from 296); Blue value is 34 (13.67% from 255 or 11.49% from 296); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7922 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7922 is #7286DD. Grayscale: #757575. Windows color (decimal): -7505630 or 2259341. OLE color: 2259341.

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

Color convert

RGB14112134-
CMYK00.140.760.45
HSL48.79º61.14%34.31%-
HSV(B)48.79º75.89%55.29%-
XYZ18.1119.454.31-
YUV117.0681.13145.07-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.64%
GREEN value IS 121 (47.66% from 255) = 40.88%
BLUE value IS 34 (13.67% from 255) = 11.49%
R=47.64%
G=40.88%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.76
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411213400.140.760.4548.7961.1434.31
Hex8D79220E4C2D313d22
Octal2151714201611455617542
Binary100011011111001100010011101001100101101110001111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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