#82753C

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

Shades of Go Ben #82753C

Tints of Go Ben #82753C

Color information

#82753C (or 0x82753C) is unknown color: approx Go Ben. HEX triplet: 82, 75 and 3C. RGB value is (130,117,60). Sum of RGB (Red+Green+Blue) = 130+117+60=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 130 - color contains mainly: red. Hex color #82753C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82753C is #7D8AC3. Grayscale: #727272. Windows color (decimal): -8227524 or 3962242. OLE color: 3962242.

HSL color Cylindrical-coordinate representation of color #82753C: hue angle of 48.86º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #82753C is Cyan = 0, Magento = 0.1, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB13011760-
CMYK00.10.540.49
HSL48.86º36.84%37.25%-
HSV(B)48.86º53.85%50.98%-
XYZ16.3817.796.85-
YUV114.3997.31139.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.35%
GREEN value IS 117 (46.09% from 255) = 38.11%
BLUE value IS 60 (23.83% from 255) = 19.54%
R=42.35%
G=38.11%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301176000.10.540.4948.8636.8437.25
Hex82753C0A3631312525
Octal202165740126661614545
Binary10000010111010111110001010110110110001110001100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82753C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82753C; }

 p { color: rgb(130,117,60); }

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

<style>
 a { background-color: #82753C; }

 a { background-color: rgb(130,117,60); }

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

<style>
 span { border-color: #82753C; }

 span { border-color: rgb(130,117,60); }

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