#8B713C

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

Shades of Corn Harvest #8B713C

Tints of Corn Harvest #8B713C

Color information

#8B713C (or 0x8B713C) is unknown color: approx Corn Harvest. HEX triplet: 8B, 71 and 3C. RGB value is (139,113,60). Sum of RGB (Red+Green+Blue) = 139+113+60=312 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.55% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 139 - color contains mainly: red. Hex color #8B713C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B713C is #748EC3. Grayscale: #727272. Windows color (decimal): -7638724 or 3961227. OLE color: 3961227.

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

Color convert

RGB13911360-
CMYK00.190.570.45
HSL40.25º39.7%39.02%-
HSV(B)40.25º56.83%54.51%-
XYZ17.3717.636.76-
YUV114.7397.11145.31-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.55%
GREEN value IS 113 (44.53% from 255) = 36.22%
BLUE value IS 60 (23.83% from 255) = 19.23%
R=44.55%
G=36.22%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391136000.190.570.4540.2539.739.02
Hex8B713C013392D282827
Octal213161740237155505047
Binary100010111110001111100010011111001101101101000101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B713C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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