#82763F

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

Shades of Go Ben #82763F

Tints of Go Ben #82763F

Color information

#82763F (or 0x82763F) is unknown color: approx Go Ben. HEX triplet: 82, 76 and 3F. RGB value is (130,118,63). Sum of RGB (Red+Green+Blue) = 130+118+63=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 130 - color contains mainly: red. Hex color #82763F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82763F is #7D89C0. Grayscale: #737373. Windows color (decimal): -8227265 or 4159106. OLE color: 4159106.

HSL color Cylindrical-coordinate representation of color #82763F: hue angle of 49.25º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #82763F is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB13011863-
CMYK00.090.520.49
HSL49.25º34.72%37.84%-
HSV(B)49.25º51.54%50.98%-
XYZ16.5818.067.31-
YUV115.3298.48138.47-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.80%
GREEN value IS 118 (46.48% from 255) = 37.94%
BLUE value IS 63 (25% from 255) = 20.26%
R=41.80%
G=37.94%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301186300.090.520.4949.2534.7237.84
Hex82763F093431312326
Octal202166770116461614346
Binary10000010111011011111101001110100110001110001100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82763F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82763F; }

 p { color: rgb(130,118,63); }

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

<style>
 a { background-color: #82763F; }

 a { background-color: rgb(130,118,63); }

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

<style>
 span { border-color: #82763F; }

 span { border-color: rgb(130,118,63); }

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