#83713E

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

Shades of Go Ben #83713E

Tints of Go Ben #83713E

Color information

#83713E (or 0x83713E) is unknown color: approx Go Ben. HEX triplet: 83, 71 and 3E. RGB value is (131,113,62). Sum of RGB (Red+Green+Blue) = 131+113+62=306 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.81% from 306); Green value is 113 (44.53% from 255 or 36.93% from 306); Blue value is 62 (24.61% from 255 or 20.26% from 306); Max value from RGB is 131 - color contains mainly: red. Hex color #83713E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83713E is #7C8EC1. Grayscale: #707070. Windows color (decimal): -8163010 or 4092291. OLE color: 4092291.

HSL color Cylindrical-coordinate representation of color #83713E: hue angle of 44.35º 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 #83713E is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB13111362-
CMYK00.140.530.49
HSL44.35º35.75%37.84%-
HSV(B)44.35º52.67%51.37%-
XYZ16.1316.986.99-
YUV112.5799.46141.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.81%
GREEN value IS 113 (44.53% from 255) = 36.93%
BLUE value IS 62 (24.61% from 255) = 20.26%
R=42.81%
G=36.93%
B=20.26%

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
Decimal1311136200.140.530.4944.3535.7537.84
Hex83713E0E35312c2426
Octal203161760166561544446
Binary10000011111000111111001110110101110001101100100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83713E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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