#8A7032

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

Shades of Corn Harvest #8A7032

Tints of Corn Harvest #8A7032

Color information

#8A7032 (or 0x8A7032) is unknown color: approx Corn Harvest. HEX triplet: 8A, 70 and 32. RGB value is (138,112,50). Sum of RGB (Red+Green+Blue) = 138+112+50=300 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7032 is #758FCD. Grayscale: #707070. Windows color (decimal): -7704526 or 3305610. OLE color: 3305610.

HSL color Cylindrical-coordinate representation of color #8A7032: hue angle of 42.27º 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 #8A7032 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB13811250-
CMYK00.190.640.46
HSL42.27º46.81%36.86%-
HSV(B)42.27º63.77%54.12%-
XYZ16.8517.225.45-
YUV112.7192.61146.04-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46%
GREEN value IS 112 (44.14% from 255) = 37.33%
BLUE value IS 50 (19.92% from 255) = 16.67%
R=46%
G=37.33%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381125000.190.640.4642.2746.8136.86
Hex8A7032013402E2a2f25
Octal2121606202310056525745
Binary1000101011100001100100100111000000101110101010101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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