#8A6F37

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

Shades of Corn Harvest #8A6F37

Tints of Corn Harvest #8A6F37

Color information

#8A6F37 (or 0x8A6F37) is unknown color: approx Corn Harvest. HEX triplet: 8A, 6F and 37. RGB value is (138,111,55). Sum of RGB (Red+Green+Blue) = 138+111+55=304 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.39% from 304); Green value is 111 (43.75% from 255 or 36.51% from 304); Blue value is 55 (21.88% from 255 or 18.09% from 304); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6F37 is #7590C8. Grayscale: #707070. Windows color (decimal): -7704777 or 3633034. OLE color: 3633034.

HSL color Cylindrical-coordinate representation of color #8A6F37: hue angle of 40.48º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8A6F37 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.46.

Color convert

RGB13811155-
CMYK00.200.600.46
HSL40.48º43.01%37.84%-
HSV(B)40.48º60.14%54.12%-
XYZ16.8617.056.02-
YUV112.6995.45146.05-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.39%
GREEN value IS 111 (43.75% from 255) = 36.51%
BLUE value IS 55 (21.88% from 255) = 18.09%
R=45.39%
G=36.51%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.60
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381115500.200.600.4640.4843.0137.84
Hex8A6F370143C2E282b26
Octal212157670247456505346
Binary100010101101111110111010100111100101110101000101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,111,55); }

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

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

 a { background-color: rgb(138,111,55); }

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

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

 span { border-color: rgb(138,111,55); }

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