#8A7127

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

Shades of Corn Harvest #8A7127

Tints of Corn Harvest #8A7127

Color information

#8A7127 (or 0x8A7127) is unknown color: approx Corn Harvest. HEX triplet: 8A, 71 and 27. RGB value is (138,113,39). Sum of RGB (Red+Green+Blue) = 138+113+39=290 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.59% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 39 (15.62% from 255 or 13.45% from 290); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7127 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7127 is #758ED8. Grayscale: #707070. Windows color (decimal): -7704281 or 2584970. OLE color: 2584970.

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

Color convert

RGB13811339-
CMYK00.180.720.46
HSL44.85º55.93%34.71%-
HSV(B)44.85º71.74%54.12%-
XYZ16.7517.364.39-
YUV112.0486.78146.52-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 47.59%
GREEN value IS 113 (44.53% from 255) = 38.97%
BLUE value IS 39 (15.62% from 255) = 13.45%
R=47.59%
G=38.97%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381133900.180.720.4644.8555.9334.71
Hex8A7127012482E2d3823
Octal2121614702211056557043
Binary1000101011100011001110100101001000101110101101111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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