#8A6E28

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

Shades of Corn Harvest #8A6E28

Tints of Corn Harvest #8A6E28

Color information

#8A6E28 (or 0x8A6E28) is unknown color: approx Corn Harvest. HEX triplet: 8A, 6E and 28. RGB value is (138,110,40). Sum of RGB (Red+Green+Blue) = 138+110+40=288 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.92% from 288); Green value is 110 (43.36% from 255 or 38.19% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6E28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6E28 is #7591D7. Grayscale: #6E6E6E. Windows color (decimal): -7705048 or 2649738. OLE color: 2649738.

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

Color convert

RGB13811040-
CMYK00.200.710.46
HSL42.86º55.06%34.9%-
HSV(B)42.86º71.01%54.12%-
XYZ16.4416.714.37-
YUV110.3988.28147.69-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 47.92%
GREEN value IS 110 (43.36% from 255) = 38.19%
BLUE value IS 40 (16.02% from 255) = 13.89%
R=47.92%
G=38.19%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.71
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381104000.200.710.4642.8655.0634.9
Hex8A6E28014472E2b3723
Octal2121565002410756536743
Binary1000101011011101010000101001000111101110101011110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,110,40); }

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

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

 a { background-color: rgb(138,110,40); }

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

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

 span { border-color: rgb(138,110,40); }

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