#83794A

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

Shades of Go Ben #83794A

Tints of Go Ben #83794A

Color information

#83794A (or 0x83794A) is unknown color: approx Go Ben. HEX triplet: 83, 79 and 4A. RGB value is (131,121,74). Sum of RGB (Red+Green+Blue) = 131+121+74=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 121 (47.66% from 255 or 37.12% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 131 - color contains mainly: red. Hex color #83794A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83794A is #7C86B5. Grayscale: #767676. Windows color (decimal): -8160950 or 4880771. OLE color: 4880771.

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

Color convert

RGB13112174-
CMYK00.080.440.49
HSL49.47º27.8%40.2%-
HSV(B)49.47º43.51%51.37%-
XYZ17.4318.999.23-
YUV118.63102.81136.82-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.18%
GREEN value IS 121 (47.66% from 255) = 37.12%
BLUE value IS 74 (29.30% from 255) = 22.70%
R=40.18%
G=37.12%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311217400.080.440.4949.4727.840.2
Hex83794A082C31311c28
Octal2031711120105461613450
Binary10000011111100110010100100010110011000111000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83794A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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