#82794A

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

Shades of Go Ben #82794A

Tints of Go Ben #82794A

Color information

#82794A (or 0x82794A) is unknown color: approx Go Ben. HEX triplet: 82, 79 and 4A. RGB value is (130,121,74). Sum of RGB (Red+Green+Blue) = 130+121+74=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 130 - color contains mainly: red. Hex color #82794A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82794A is #7D86B5. Grayscale: #767676. Windows color (decimal): -8226486 or 4880770. OLE color: 4880770.

HSL color Cylindrical-coordinate representation of color #82794A: hue angle of 50.36º 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 #82794A is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB13012174-
CMYK00.070.430.49
HSL50.36º27.45%40%-
HSV(B)50.36º43.08%50.98%-
XYZ17.2818.919.22-
YUV118.33102.98136.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40%
GREEN value IS 121 (47.66% from 255) = 37.23%
BLUE value IS 74 (29.30% from 255) = 22.77%
R=40%
G=37.23%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301217400.070.430.4950.3627.4540
Hex82794A072B31321b28
Octal202171112075361623350
Binary1000001011110011001010011110101111000111001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82794A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82794A; }

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

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

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

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

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

<style>
 span { border-color: #82794A; }

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

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