#8d7a3f

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

Shades of Corn Harvest #8D7A3F

Tints of Corn Harvest #8D7A3F

Color information

#8D7A3F (or 0x8D7A3F) is unknown color: approx Corn Harvest. HEX triplet: 8D, 7A and 3F. RGB value is (141,122,63). Sum of RGB (Red+Green+Blue) = 141+122+63=326 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.25% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7A3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7A3F is #7285C0. Grayscale: #797979. Windows color (decimal): -7505345 or 4160141. OLE color: 4160141.

HSL color Cylindrical-coordinate representation of color #8D7A3F: hue angle of 45.38º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D7A3F is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.45.

Color convert

RGB14112263-
CMYK00.130.550.45
HSL45.38º38.24%40%-
HSV(B)45.38º55.32%55.29%-
XYZ18.8419.947.56-
YUV120.9695.29142.3-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.25%
GREEN value IS 122 (48.05% from 255) = 37.42%
BLUE value IS 63 (25% from 255) = 19.33%
R=43.25%
G=37.42%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411226300.130.550.4545.3838.2440
Hex8D7A3F0D372D2d2628
Octal215172770156755554650
Binary10001101111101011111101101110111101101101101100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d7a3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,122,63); }

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

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

 a { background-color: rgb(141,122,63); }

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

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

 span { border-color: rgb(141,122,63); }

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