#82793F

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

Shades of Go Ben #82793F

Tints of Go Ben #82793F

Color information

#82793F (or 0x82793F) is unknown color: approx Go Ben. HEX triplet: 82, 79 and 3F. RGB value is (130,121,63). Sum of RGB (Red+Green+Blue) = 130+121+63=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 121 (47.66% from 255 or 38.54% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 130 - color contains mainly: red. Hex color #82793F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82793F is #7D86C0. Grayscale: #757575. Windows color (decimal): -8226497 or 4159874. OLE color: 4159874.

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

Color convert

RGB13012163-
CMYK00.070.520.49
HSL51.94º34.72%37.84%-
HSV(B)51.94º51.54%50.98%-
XYZ16.9418.787.43-
YUV117.0897.48137.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.40%
GREEN value IS 121 (47.66% from 255) = 38.54%
BLUE value IS 63 (25% from 255) = 20.06%
R=41.40%
G=38.54%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301216300.070.520.4951.9434.7237.84
Hex82793F073431342326
Octal20217177076461644346
Binary1000001011110011111110111110100110001110100100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82793F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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