#83713D

Color #83713D Go Ben (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Go Ben #83713D

Tints of Go Ben #83713D

Color information

#83713D (or 0x83713D) is unknown color: approx Go Ben. HEX triplet: 83, 71 and 3D. RGB value is (131,113,61). Sum of RGB (Red+Green+Blue) = 131+113+61=305 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.95% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 131 - color contains mainly: red. Hex color #83713D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83713D is #7C8EC2. Grayscale: #707070. Windows color (decimal): -8163011 or 4026755. OLE color: 4026755.

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

Color convert

RGB13111361-
CMYK00.140.530.49
HSL44.57º36.46%37.65%-
HSV(B)44.57º53.44%51.37%-
XYZ16.1116.976.84-
YUV112.4598.96141.23-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.95%
GREEN value IS 113 (44.53% from 255) = 37.05%
BLUE value IS 61 (24.22% from 255) = 20%
R=42.95%
G=37.05%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311136100.140.530.4944.5736.4637.65
Hex83713D0E35312d2426
Octal203161750166561554446
Binary10000011111000111110101110110101110001101101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83713D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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