#797252

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

Shades of Go Ben #797252

Tints of Go Ben #797252

Color information

#797252 (or 0x797252) is unknown color: approx Go Ben. HEX triplet: 79, 72 and 52. RGB value is (121,114,82). Sum of RGB (Red+Green+Blue) = 121+114+82=317 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.17% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 121 - color contains mainly: red. Hex color #797252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797252 is #868DAD. Grayscale: #707070. Windows color (decimal): -8818094 or 5403257. OLE color: 5403257.

HSL color Cylindrical-coordinate representation of color #797252: hue angle of 49.23º 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 #797252 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB12111482-
CMYK00.060.320.53
HSL49.23º19.21%39.8%-
HSV(B)49.23º32.23%47.45%-
XYZ15.4316.7110.39-
YUV112.44110.82134.1-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.17%
GREEN value IS 114 (44.92% from 255) = 35.96%
BLUE value IS 82 (32.42% from 255) = 25.87%
R=38.17%
G=35.96%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211148200.060.320.5349.2319.2139.8
Hex797252062035311328
Octal171162122064065612350
Binary111100111100101010010011010000011010111000110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797252; }

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

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

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

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

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

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

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

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