#8B713D

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

Shades of Corn Harvest #8B713D

Tints of Corn Harvest #8B713D

Color information

#8B713D (or 0x8B713D) is unknown color: approx Corn Harvest. HEX triplet: 8B, 71 and 3D. RGB value is (139,113,61). Sum of RGB (Red+Green+Blue) = 139+113+61=313 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.41% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 139 - color contains mainly: red. Hex color #8B713D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B713D is #748EC2. Grayscale: #737373. Windows color (decimal): -7638723 or 4026763. OLE color: 4026763.

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

Color convert

RGB13911361-
CMYK00.190.560.45
HSL40º39%39.22%-
HSV(B)40º56.12%54.51%-
XYZ17.3917.646.9-
YUV114.8597.61145.23-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.41%
GREEN value IS 113 (44.53% from 255) = 36.10%
BLUE value IS 61 (24.22% from 255) = 19.49%
R=44.41%
G=36.10%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391136100.190.560.45403939.22
Hex8B713D013382D282727
Octal213161750237055504747
Binary100010111110001111101010011111000101101101000100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B713D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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