#83753B

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

Shades of Go Ben #83753B

Tints of Go Ben #83753B

Color information

#83753B (or 0x83753B) is unknown color: approx Go Ben. HEX triplet: 83, 75 and 3B. RGB value is (131,117,59). Sum of RGB (Red+Green+Blue) = 131+117+59=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 131 - color contains mainly: red. Hex color #83753B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83753B is #7C8AC4. Grayscale: #727272. Windows color (decimal): -8161989 or 3896707. OLE color: 3896707.

HSL color Cylindrical-coordinate representation of color #83753B: hue angle of 48.33º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #83753B is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB13111759-
CMYK00.110.550.49
HSL48.33º37.89%37.25%-
HSV(B)48.33º54.96%51.37%-
XYZ16.5117.866.72-
YUV114.5796.64139.72-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.67%
GREEN value IS 117 (46.09% from 255) = 38.11%
BLUE value IS 59 (23.44% from 255) = 19.22%
R=42.67%
G=38.11%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311175900.110.550.4948.3337.8937.25
Hex83753B0B3731302625
Octal203165730136761604645
Binary10000011111010111101101011110111110001110000100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83753B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83753B; }

 p { color: rgb(131,117,59); }

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

<style>
 a { background-color: #83753B; }

 a { background-color: rgb(131,117,59); }

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

<style>
 span { border-color: #83753B; }

 span { border-color: rgb(131,117,59); }

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