#82774a

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

Shades of Go Ben #82774A

Tints of Go Ben #82774A

Color information

#82774A (or 0x82774A) is unknown color: approx Go Ben. HEX triplet: 82, 77 and 4A. RGB value is (130,119,74). Sum of RGB (Red+Green+Blue) = 130+119+74=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 119 (46.88% from 255 or 36.84% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 130 - color contains mainly: red. Hex color #82774A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82774A is #7D88B5. Grayscale: #757575. Windows color (decimal): -8226998 or 4880258. OLE color: 4880258.

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

Color convert

RGB13011974-
CMYK00.080.430.49
HSL48.21º27.45%40%-
HSV(B)48.21º43.08%50.98%-
XYZ17.0418.439.14-
YUV117.16103.64137.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.25%
GREEN value IS 119 (46.88% from 255) = 36.84%
BLUE value IS 74 (29.30% from 255) = 22.91%
R=40.25%
G=36.84%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301197400.080.430.4948.2127.4540
Hex82774A082B31301b28
Octal2021671120105361603350
Binary10000010111011110010100100010101111000111000011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82774a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82774a; }

 p { color: rgb(130,119,74); }

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

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

 a { background-color: rgb(130,119,74); }

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

<style>
 span { border-color: #82774a; }

 span { border-color: rgb(130,119,74); }

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