#8B732E

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

Shades of Corn Harvest #8B732E

Tints of Corn Harvest #8B732E

Color information

#8B732E (or 0x8B732E) is unknown color: approx Corn Harvest. HEX triplet: 8B, 73 and 2E. RGB value is (139,115,46). Sum of RGB (Red+Green+Blue) = 139+115+46=300 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.33% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 46 (18.36% from 255 or 15.33% from 300); Max value from RGB is 139 - color contains mainly: red. Hex color #8B732E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B732E is #748CD1. Grayscale: #727272. Windows color (decimal): -7638226 or 3044235. OLE color: 3044235.

HSL color Cylindrical-coordinate representation of color #8B732E: hue angle of 44.52º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8B732E is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB13911546-
CMYK00.170.670.45
HSL44.52º50.27%36.27%-
HSV(B)44.52º66.91%54.51%-
XYZ17.2717.955.14-
YUV114.3189.45145.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.33%
GREEN value IS 115 (45.31% from 255) = 38.33%
BLUE value IS 46 (18.36% from 255) = 15.33%
R=46.33%
G=38.33%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391154600.170.670.4544.5250.2736.27
Hex8B732E011432D2d3224
Octal2131635602110355556244
Binary1000101111100111011100100011000011101101101101110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B732E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,115,46); }

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

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

 a { background-color: rgb(139,115,46); }

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

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

 span { border-color: rgb(139,115,46); }

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