#8A7726

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

Shades of Corn Harvest #8A7726

Tints of Corn Harvest #8A7726

Color information

#8A7726 (or 0x8A7726) is unknown color: approx Corn Harvest. HEX triplet: 8A, 77 and 26. RGB value is (138,119,38). Sum of RGB (Red+Green+Blue) = 138+119+38=295 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.78% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 38 (15.23% from 255 or 12.88% from 295); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7726 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7726 is #7588D9. Grayscale: #737373. Windows color (decimal): -7702746 or 2520970. OLE color: 2520970.

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

Color convert

RGB13811938-
CMYK00.140.720.46
HSL48.6º56.82%34.51%-
HSV(B)48.6º72.46%54.12%-
XYZ17.4318.744.53-
YUV115.4584.29144.09-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46.78%
GREEN value IS 119 (46.88% from 255) = 40.34%
BLUE value IS 38 (15.23% from 255) = 12.88%
R=46.78%
G=40.34%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381193800.140.720.4648.656.8234.51
Hex8A77260E482E313923
Octal2121674601611056617143
Binary100010101110111100110011101001000101110110001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,119,38); }

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

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

 a { background-color: rgb(138,119,38); }

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

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

 span { border-color: rgb(138,119,38); }

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