#8B7631

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

Shades of Corn Harvest #8B7631

Tints of Corn Harvest #8B7631

Color information

#8B7631 (or 0x8B7631) is unknown color: approx Corn Harvest. HEX triplet: 8B, 76 and 31. RGB value is (139,118,49). Sum of RGB (Red+Green+Blue) = 139+118+49=306 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.42% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 49 (19.53% from 255 or 16.01% from 306); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7631 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7631 is #7489CE. Grayscale: #747474. Windows color (decimal): -7637455 or 3241611. OLE color: 3241611.

HSL color Cylindrical-coordinate representation of color #8B7631: hue angle of 46º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8B7631 is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB13911849-
CMYK00.150.650.45
HSL46º47.87%36.86%-
HSV(B)46º64.75%54.51%-
XYZ17.6818.675.58-
YUV116.4189.96144.11-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.42%
GREEN value IS 118 (46.48% from 255) = 38.56%
BLUE value IS 49 (19.53% from 255) = 16.01%
R=45.42%
G=38.56%
B=16.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391184900.150.650.454647.8736.86
Hex8B76310F412D2e3025
Octal2131666101710155566045
Binary100010111110110110001011111000001101101101110110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,118,49); }

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

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

 a { background-color: rgb(139,118,49); }

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

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

 span { border-color: rgb(139,118,49); }

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