#8B7139

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

Shades of Corn Harvest #8B7139

Tints of Corn Harvest #8B7139

Color information

#8B7139 (or 0x8B7139) is unknown color: approx Corn Harvest. HEX triplet: 8B, 71 and 39. RGB value is (139,113,57). Sum of RGB (Red+Green+Blue) = 139+113+57=309 (40% of max value = 765). Red value is 139 (54.69% from 255 or 44.98% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 57 (22.66% from 255 or 18.45% from 309); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7139 is #748EC6. Grayscale: #727272. Windows color (decimal): -7638727 or 3764619. OLE color: 3764619.

HSL color Cylindrical-coordinate representation of color #8B7139: hue angle of 40.98º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8B7139 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.45.

Color convert

RGB13911357-
CMYK00.190.590.45
HSL40.98º41.84%38.43%-
HSV(B)40.98º58.99%54.51%-
XYZ17.2917.596.36-
YUV114.3995.61145.55-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.98%
GREEN value IS 113 (44.53% from 255) = 36.57%
BLUE value IS 57 (22.66% from 255) = 18.45%
R=44.98%
G=36.57%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.59
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391135700.190.590.4540.9841.8438.43
Hex8B71390133B2D292a26
Octal213161710237355515246
Binary100010111110001111001010011111011101101101001101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,113,57); }

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

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

 a { background-color: rgb(139,113,57); }

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

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

 span { border-color: rgb(139,113,57); }

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