#83713A

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

Shades of Corn Harvest #83713A

Tints of Corn Harvest #83713A

Color information

#83713A (or 0x83713A) is unknown color: approx Corn Harvest. HEX triplet: 83, 71 and 3A. RGB value is (131,113,58). Sum of RGB (Red+Green+Blue) = 131+113+58=302 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.38% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 131 - color contains mainly: red. Hex color #83713A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83713A is #7C8EC5. Grayscale: #707070. Windows color (decimal): -8163014 or 3830147. OLE color: 3830147.

HSL color Cylindrical-coordinate representation of color #83713A: hue angle of 45.21º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #83713A is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB13111358-
CMYK00.140.560.49
HSL45.21º38.62%37.06%-
HSV(B)45.21º55.73%51.37%-
XYZ16.0316.946.43-
YUV112.1197.46141.47-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.38%
GREEN value IS 113 (44.53% from 255) = 37.42%
BLUE value IS 58 (23.05% from 255) = 19.21%
R=43.38%
G=37.42%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311135800.140.560.4945.2138.6237.06
Hex83713A0E38312d2725
Octal203161720167061554745
Binary10000011111000111101001110111000110001101101100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83713A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83713A; }

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

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

<style>
 a { background-color: #83713A; }

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

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

<style>
 span { border-color: #83713A; }

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

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