#8D7126

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

Shades of Corn Harvest #8D7126

Tints of Corn Harvest #8D7126

Color information

#8D7126 (or 0x8D7126) is unknown color: approx Corn Harvest. HEX triplet: 8D, 71 and 26. RGB value is (141,113,38). Sum of RGB (Red+Green+Blue) = 141+113+38=292 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.29% from 292); Green value is 113 (44.53% from 255 or 38.70% from 292); Blue value is 38 (15.23% from 255 or 13.01% from 292); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7126 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7126 is #728ED9. Grayscale: #717171. Windows color (decimal): -7507674 or 2519437. OLE color: 2519437.

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

Color convert

RGB14111338-
CMYK00.200.730.45
HSL43.69º57.54%35.1%-
HSV(B)43.69º73.05%55.29%-
XYZ17.2417.614.32-
YUV112.8285.78148.1-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.29%
GREEN value IS 113 (44.53% from 255) = 38.70%
BLUE value IS 38 (15.23% from 255) = 13.01%
R=48.29%
G=38.70%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411133800.200.730.4543.6957.5435.1
Hex8D7126014492D2c3a23
Octal2151614602411155547243
Binary1000110111100011001100101001001001101101101100111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,113,38); }

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

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

 a { background-color: rgb(141,113,38); }

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

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

 span { border-color: rgb(141,113,38); }

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