#8A6B25

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

Shades of Corn Harvest #8A6B25

Tints of Corn Harvest #8A6B25

Color information

#8A6B25 (or 0x8A6B25) is unknown color: approx Corn Harvest. HEX triplet: 8A, 6B and 25. RGB value is (138,107,37). Sum of RGB (Red+Green+Blue) = 138+107+37=282 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.94% from 282); Green value is 107 (42.19% from 255 or 37.94% from 282); Blue value is 37 (14.84% from 255 or 13.12% from 282); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6B25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6B25 is #7594DA. Grayscale: #6C6C6C. Windows color (decimal): -7705819 or 2452362. OLE color: 2452362.

HSL color Cylindrical-coordinate representation of color #8A6B25: hue angle of 41.58º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8A6B25 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.46.

Color convert

RGB13810737-
CMYK00.220.730.46
HSL41.58º57.71%34.31%-
HSV(B)41.58º73.19%54.12%-
XYZ16.0716.054-
YUV108.2987.77149.19-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 48.94%
GREEN value IS 107 (42.19% from 255) = 37.94%
BLUE value IS 37 (14.84% from 255) = 13.12%
R=48.94%
G=37.94%
B=13.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.73
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381073700.220.730.4641.5857.7134.31
Hex8A6B25016492E2a3a22
Octal2121534502611156527242
Binary1000101011010111001010101101001001101110101010111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,107,37); }

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

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

 a { background-color: rgb(138,107,37); }

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

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

 span { border-color: rgb(138,107,37); }

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