#8B7327

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

Shades of Corn Harvest #8B7327

Tints of Corn Harvest #8B7327

Color information

#8B7327 (or 0x8B7327) is unknown color: approx Corn Harvest. HEX triplet: 8B, 73 and 27. RGB value is (139,115,39). Sum of RGB (Red+Green+Blue) = 139+115+39=293 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.44% from 293); Green value is 115 (45.31% from 255 or 39.25% from 293); Blue value is 39 (15.62% from 255 or 13.31% from 293); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7327 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7327 is #748CD8. Grayscale: #717171. Windows color (decimal): -7638233 or 2585483. OLE color: 2585483.

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

Color convert

RGB13911539-
CMYK00.170.720.45
HSL45.6º56.18%34.9%-
HSV(B)45.6º71.94%54.51%-
XYZ17.1417.94.47-
YUV113.5185.95146.18-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.44%
GREEN value IS 115 (45.31% from 255) = 39.25%
BLUE value IS 39 (15.62% from 255) = 13.31%
R=47.44%
G=39.25%
B=13.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391153900.170.720.4545.656.1834.9
Hex8B7327011482D2e3823
Octal2131634702111055567043
Binary1000101111100111001110100011001000101101101110111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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