#82764B

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

Shades of Go Ben #82764B

Tints of Go Ben #82764B

Color information

#82764B (or 0x82764B) is unknown color: approx Go Ben. HEX triplet: 82, 76 and 4B. RGB value is (130,118,75). Sum of RGB (Red+Green+Blue) = 130+118+75=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 130 - color contains mainly: red. Hex color #82764B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82764B is #7D89B4. Grayscale: #747474. Windows color (decimal): -8227253 or 4945538. OLE color: 4945538.

HSL color Cylindrical-coordinate representation of color #82764B: hue angle of 46.91º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82764B is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB13011875-
CMYK00.090.420.49
HSL46.91º26.83%40.2%-
HSV(B)46.91º42.31%50.98%-
XYZ16.9518.219.28-
YUV116.69104.48137.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.25%
GREEN value IS 118 (46.48% from 255) = 36.53%
BLUE value IS 75 (29.69% from 255) = 23.22%
R=40.25%
G=36.53%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301187500.090.420.4946.9126.8340.2
Hex82764B092A312f1b28
Octal2021661130115261573350
Binary10000010111011010010110100110101011000110111111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82764B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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