#8A7227

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

Shades of Corn Harvest #8A7227

Tints of Corn Harvest #8A7227

Color information

#8A7227 (or 0x8A7227) is unknown color: approx Corn Harvest. HEX triplet: 8A, 72 and 27. RGB value is (138,114,39). Sum of RGB (Red+Green+Blue) = 138+114+39=291 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.42% from 291); Green value is 114 (44.92% from 255 or 39.18% from 291); Blue value is 39 (15.62% from 255 or 13.40% from 291); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7227 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7227 is #758DD8. Grayscale: #707070. Windows color (decimal): -7704025 or 2585226. OLE color: 2585226.

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

Color convert

RGB13811439-
CMYK00.170.720.46
HSL45.45º55.93%34.71%-
HSV(B)45.45º71.74%54.12%-
XYZ16.8617.584.42-
YUV112.6386.45146.1-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 47.42%
GREEN value IS 114 (44.92% from 255) = 39.18%
BLUE value IS 39 (15.62% from 255) = 13.40%
R=47.42%
G=39.18%
B=13.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381143900.170.720.4645.4555.9334.71
Hex8A7227011482E2d3823
Octal2121624702111056557043
Binary1000101011100101001110100011001000101110101101111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,114,39); }

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

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

 a { background-color: rgb(138,114,39); }

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

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

 span { border-color: rgb(138,114,39); }

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