#82753F

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

Shades of Go Ben #82753F

Tints of Go Ben #82753F

Color information

#82753F (or 0x82753F) is unknown color: approx Go Ben. HEX triplet: 82, 75 and 3F. RGB value is (130,117,63). Sum of RGB (Red+Green+Blue) = 130+117+63=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 130 - color contains mainly: red. Hex color #82753F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82753F is #7D8AC0. Grayscale: #727272. Windows color (decimal): -8227521 or 4158850. OLE color: 4158850.

HSL color Cylindrical-coordinate representation of color #82753F: hue angle of 48.36º 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 #82753F is Cyan = 0, Magento = 0.1, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB13011763-
CMYK00.10.520.49
HSL48.36º34.72%37.84%-
HSV(B)48.36º51.54%50.98%-
XYZ16.4617.837.28-
YUV114.7398.81138.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.94%
GREEN value IS 117 (46.09% from 255) = 37.74%
BLUE value IS 63 (25% from 255) = 20.32%
R=41.94%
G=37.74%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301176300.10.520.4948.3634.7237.84
Hex82753F0A3431302326
Octal202165770126461604346
Binary10000010111010111111101010110100110001110000100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82753F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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