#8A7932

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

Shades of Corn Harvest #8A7932

Tints of Corn Harvest #8A7932

Color information

#8A7932 (or 0x8A7932) is unknown color: approx Corn Harvest. HEX triplet: 8A, 79 and 32. RGB value is (138,121,50). Sum of RGB (Red+Green+Blue) = 138+121+50=309 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.66% from 309); Green value is 121 (47.66% from 255 or 39.16% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7932 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7932 is #7586CD. Grayscale: #767676. Windows color (decimal): -7702222 or 3307914. OLE color: 3307914.

HSL color Cylindrical-coordinate representation of color #8A7932: hue angle of 48.41º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8A7932 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB13812150-
CMYK00.120.640.46
HSL48.41º46.81%36.86%-
HSV(B)48.41º63.77%54.12%-
XYZ17.8919.315.8-
YUV117.9989.63142.27-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.66%
GREEN value IS 121 (47.66% from 255) = 39.16%
BLUE value IS 50 (19.92% from 255) = 16.18%
R=44.66%
G=39.16%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381215000.120.640.4648.4146.8136.86
Hex8A79320C402E302f25
Octal2121716201410056605745
Binary100010101111001110010011001000000101110110000101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,121,50); }

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

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

 a { background-color: rgb(138,121,50); }

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

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

 span { border-color: rgb(138,121,50); }

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