#797352

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

Shades of Go Ben #797352

Tints of Go Ben #797352

Color information

#797352 (or 0x797352) is unknown color: approx Go Ben. HEX triplet: 79, 73 and 52. RGB value is (121,115,82). Sum of RGB (Red+Green+Blue) = 121+115+82=318 (42% of max value = 765). Red value is 121 (47.66% from 255 or 38.05% from 318); Green value is 115 (45.31% from 255 or 36.16% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 121 - color contains mainly: red. Hex color #797352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797352 is #868CAD. Grayscale: #717171. Windows color (decimal): -8817838 or 5403513. OLE color: 5403513.

HSL color Cylindrical-coordinate representation of color #797352: hue angle of 50.77º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #797352 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB12111582-
CMYK00.050.320.53
HSL50.77º19.21%39.8%-
HSV(B)50.77º32.23%47.45%-
XYZ15.5416.9410.43-
YUV113.03110.49133.68-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.05%
GREEN value IS 115 (45.31% from 255) = 36.16%
BLUE value IS 82 (32.42% from 255) = 25.79%
R=38.05%
G=36.16%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211158200.050.320.5350.7719.2139.8
Hex797352052035331328
Octal171163122054065632350
Binary111100111100111010010010110000011010111001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797352; }

 p { color: rgb(121,115,82); }

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

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

 a { background-color: rgb(121,115,82); }

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

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

 span { border-color: rgb(121,115,82); }

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