#8D7226

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

Shades of Corn Harvest #8D7226

Tints of Corn Harvest #8D7226

Color information

#8D7226 (or 0x8D7226) is unknown color: approx Corn Harvest. HEX triplet: 8D, 72 and 26. RGB value is (141,114,38). Sum of RGB (Red+Green+Blue) = 141+114+38=293 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.12% from 293); Green value is 114 (44.92% from 255 or 38.91% from 293); Blue value is 38 (15.23% from 255 or 12.97% from 293); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7226 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7226 is #728DD9. Grayscale: #717171. Windows color (decimal): -7507418 or 2519693. OLE color: 2519693.

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

Color convert

RGB14111438-
CMYK00.190.730.45
HSL44.27º57.54%35.1%-
HSV(B)44.27º73.05%55.29%-
XYZ17.3517.844.36-
YUV113.4185.45147.68-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.12%
GREEN value IS 114 (44.92% from 255) = 38.91%
BLUE value IS 38 (15.23% from 255) = 12.97%
R=48.12%
G=38.91%
B=12.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411143800.190.730.4544.2757.5435.1
Hex8D7226013492D2c3a23
Octal2151624602311155547243
Binary1000110111100101001100100111001001101101101100111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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