#8A7838

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

Shades of Corn Harvest #8A7838

Tints of Corn Harvest #8A7838

Color information

#8A7838 (or 0x8A7838) is unknown color: approx Corn Harvest. HEX triplet: 8A, 78 and 38. RGB value is (138,120,56). Sum of RGB (Red+Green+Blue) = 138+120+56=314 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.95% from 314); Green value is 120 (47.27% from 255 or 38.22% from 314); Blue value is 56 (22.27% from 255 or 17.83% from 314); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7838 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7838 is #7587C7. Grayscale: #767676. Windows color (decimal): -7702472 or 3700874. OLE color: 3700874.

HSL color Cylindrical-coordinate representation of color #8A7838: hue angle of 46.83º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8A7838 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.46.

Color convert

RGB13812056-
CMYK00.130.590.46
HSL46.83º42.27%38.04%-
HSV(B)46.83º59.42%54.12%-
XYZ17.9119.126.49-
YUV118.0992.96142.2-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.95%
GREEN value IS 120 (47.27% from 255) = 38.22%
BLUE value IS 56 (22.27% from 255) = 17.83%
R=43.95%
G=38.22%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.59
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381205600.130.590.4646.8342.2738.04
Hex8A78380D3B2E2f2a26
Octal212170700157356575246
Binary10001010111100011100001101111011101110101111101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,120,56); }

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

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

 a { background-color: rgb(138,120,56); }

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

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

 span { border-color: rgb(138,120,56); }

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