#83712E

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

Shades of Corn Harvest #83712E

Tints of Corn Harvest #83712E

Color information

#83712E (or 0x83712E) is unknown color: approx Corn Harvest. HEX triplet: 83, 71 and 2E. RGB value is (131,113,46). Sum of RGB (Red+Green+Blue) = 131+113+46=290 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.17% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 46 (18.36% from 255 or 15.86% from 290); Max value from RGB is 131 - color contains mainly: red. Hex color #83712E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83712E is #7C8ED1. Grayscale: #6F6F6F. Windows color (decimal): -8163026 or 3043715. OLE color: 3043715.

HSL color Cylindrical-coordinate representation of color #83712E: hue angle of 47.29º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #83712E is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB13111346-
CMYK00.140.650.49
HSL47.29º48.02%34.71%-
HSV(B)47.29º64.89%51.37%-
XYZ15.7616.835-
YUV110.7491.46142.45-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.17%
GREEN value IS 113 (44.53% from 255) = 38.97%
BLUE value IS 46 (18.36% from 255) = 15.86%
R=45.17%
G=38.97%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311134600.140.650.4947.2948.0234.71
Hex83712E0E41312f3023
Octal2031615601610161576043
Binary100000111110001101110011101000001110001101111110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83712E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83712E; }

 p { color: rgb(131,113,46); }

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

<style>
 a { background-color: #83712E; }

 a { background-color: rgb(131,113,46); }

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

<style>
 span { border-color: #83712E; }

 span { border-color: rgb(131,113,46); }

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