#8A763D

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

Shades of Corn Harvest #8A763D

Tints of Corn Harvest #8A763D

Color information

#8A763D (or 0x8A763D) is unknown color: approx Corn Harvest. HEX triplet: 8A, 76 and 3D. RGB value is (138,118,61). Sum of RGB (Red+Green+Blue) = 138+118+61=317 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.53% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 138 - color contains mainly: red. Hex color #8A763D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A763D is #7589C2. Grayscale: #757575. Windows color (decimal): -7702979 or 4028042. OLE color: 4028042.

HSL color Cylindrical-coordinate representation of color #8A763D: hue angle of 44.42º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8A763D is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.46.

Color convert

RGB13811861-
CMYK00.140.560.46
HSL44.42º38.69%39.02%-
HSV(B)44.42º55.8%54.12%-
XYZ17.818.77.09-
YUV117.4896.13142.63-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.53%
GREEN value IS 118 (46.48% from 255) = 37.22%
BLUE value IS 61 (24.22% from 255) = 19.24%
R=43.53%
G=37.22%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.56
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381186100.140.560.4644.4238.6939.02
Hex8A763D0E382E2c2727
Octal212166750167056544747
Binary10001010111011011110101110111000101110101100100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A763D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,118,61); }

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

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

 a { background-color: rgb(138,118,61); }

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

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

 span { border-color: rgb(138,118,61); }

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