#8D7229

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

Shades of Corn Harvest #8D7229

Tints of Corn Harvest #8D7229

Color information

#8D7229 (or 0x8D7229) is unknown color: approx Corn Harvest. HEX triplet: 8D, 72 and 29. RGB value is (141,114,41). Sum of RGB (Red+Green+Blue) = 141+114+41=296 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.64% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 41 (16.41% from 255 or 13.85% from 296); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7229 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7229 is #728DD6. Grayscale: #727272. Windows color (decimal): -7507415 or 2716301. OLE color: 2716301.

HSL color Cylindrical-coordinate representation of color #8D7229: hue angle of 43.8º 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 #8D7229 is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.45.

Color convert

RGB14111441-
CMYK00.190.710.45
HSL43.8º54.95%35.69%-
HSV(B)43.8º70.92%55.29%-
XYZ17.417.864.63-
YUV113.7586.95147.44-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.64%
GREEN value IS 114 (44.92% from 255) = 38.51%
BLUE value IS 41 (16.41% from 255) = 13.85%
R=47.64%
G=38.51%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.71
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411144100.190.710.4543.854.9535.69
Hex8D7229013472D2c3724
Octal2151625102310755546744
Binary1000110111100101010010100111000111101101101100110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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