#8D7629

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

Shades of Corn Harvest #8D7629

Tints of Corn Harvest #8D7629

Color information

#8D7629 (or 0x8D7629) is unknown color: approx Corn Harvest. HEX triplet: 8D, 76 and 29. RGB value is (141,118,41). Sum of RGB (Red+Green+Blue) = 141+118+41=300 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47% from 300); Green value is 118 (46.48% from 255 or 39.33% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7629 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7629 is #7289D6. Grayscale: #747474. Windows color (decimal): -7506391 or 2717325. OLE color: 2717325.

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

Color convert

RGB14111841-
CMYK00.160.710.45
HSL46.2º54.95%35.69%-
HSV(B)46.2º70.92%55.29%-
XYZ17.8618.784.78-
YUV116.185.62145.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47%
GREEN value IS 118 (46.48% from 255) = 39.33%
BLUE value IS 41 (16.41% from 255) = 13.67%
R=47%
G=39.33%
B=13.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.71
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411184100.160.710.4546.254.9535.69
Hex8D7629010472D2e3724
Octal2151665102010755566744
Binary1000110111101101010010100001000111101101101110110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,118,41); }

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

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

 a { background-color: rgb(141,118,41); }

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

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

 span { border-color: rgb(141,118,41); }

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