#8A7A2A

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

Shades of Corn Harvest #8A7A2A

Tints of Corn Harvest #8A7A2A

Color information

#8A7A2A (or 0x8A7A2A) is unknown color: approx Corn Harvest. HEX triplet: 8A, 7A and 2A. RGB value is (138,122,42). Sum of RGB (Red+Green+Blue) = 138+122+42=302 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.70% from 302); Green value is 122 (48.05% from 255 or 40.40% from 302); Blue value is 42 (16.80% from 255 or 13.91% from 302); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7A2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7A2A is #7585D5. Grayscale: #767676. Windows color (decimal): -7701974 or 2783882. OLE color: 2783882.

HSL color Cylindrical-coordinate representation of color #8A7A2A: hue angle of 50º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8A7A2A is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.46.

Color convert

RGB13812242-
CMYK00.120.700.46
HSL50º53.33%35.29%-
HSV(B)50º69.57%54.12%-
XYZ17.8619.495.01-
YUV117.6685.3142.5-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.70%
GREEN value IS 122 (48.05% from 255) = 40.40%
BLUE value IS 42 (16.80% from 255) = 13.91%
R=45.70%
G=40.40%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.70
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381224200.120.700.465053.3335.29
Hex8A7A2A0C462E323523
Octal2121725201410656626543
Binary100010101111010101010011001000110101110110010110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,122,42); }

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

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

 a { background-color: rgb(138,122,42); }

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

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

 span { border-color: rgb(138,122,42); }

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