#8B7026

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

Shades of Corn Harvest #8B7026

Tints of Corn Harvest #8B7026

Color information

#8B7026 (or 0x8B7026) is unknown color: approx Corn Harvest. HEX triplet: 8B, 70 and 26. RGB value is (139,112,38). Sum of RGB (Red+Green+Blue) = 139+112+38=289 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.10% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 38 (15.23% from 255 or 13.15% from 289); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7026 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7026 is #748FD9. Grayscale: #6F6F6F. Windows color (decimal): -7639002 or 2519179. OLE color: 2519179.

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

Color convert

RGB13911238-
CMYK00.190.730.45
HSL43.96º57.06%34.71%-
HSV(B)43.96º72.66%54.51%-
XYZ16.7917.224.27-
YUV111.6486.45147.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.10%
GREEN value IS 112 (44.14% from 255) = 38.75%
BLUE value IS 38 (15.23% from 255) = 13.15%
R=48.10%
G=38.75%
B=13.15%

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
Decimal1391123800.190.730.4543.9657.0634.71
Hex8B7026013492D2c3923
Octal2131604602311155547143
Binary1000101111100001001100100111001001101101101100111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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