#8B7226

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

Shades of Corn Harvest #8B7226

Tints of Corn Harvest #8B7226

Color information

#8B7226 (or 0x8B7226) is unknown color: approx Corn Harvest. HEX triplet: 8B, 72 and 26. RGB value is (139,114,38). Sum of RGB (Red+Green+Blue) = 139+114+38=291 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.77% from 291); Green value is 114 (44.92% from 255 or 39.18% from 291); Blue value is 38 (15.23% from 255 or 13.06% from 291); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7226 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7226 is #748DD9. Grayscale: #717171. Windows color (decimal): -7638490 or 2519691. OLE color: 2519691.

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

Color convert

RGB13911438-
CMYK00.180.730.45
HSL45.15º57.06%34.71%-
HSV(B)45.15º72.66%54.51%-
XYZ17.0117.664.35-
YUV112.8185.78146.68-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.77%
GREEN value IS 114 (44.92% from 255) = 39.18%
BLUE value IS 38 (15.23% from 255) = 13.06%
R=47.77%
G=39.18%
B=13.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391143800.180.730.4545.1557.0634.71
Hex8B7226012492D2d3923
Octal2131624602211155557143
Binary1000101111100101001100100101001001101101101101111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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