#797442

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

Shades of Go Ben #797442

Tints of Go Ben #797442

Color information

#797442 (or 0x797442) is unknown color: approx Go Ben. HEX triplet: 79, 74 and 42. RGB value is (121,116,66). Sum of RGB (Red+Green+Blue) = 121+116+66=303 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.93% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 121 - color contains mainly: red. Hex color #797442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #797442 is #868BBD. Grayscale: #707070. Windows color (decimal): -8817598 or 4355193. OLE color: 4355193.

HSL color Cylindrical-coordinate representation of color #797442: hue angle of 54.55º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #797442 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB12111666-
CMYK00.040.450.53
HSL54.55º29.41%36.67%-
HSV(B)54.55º45.45%47.45%-
XYZ15.1116.957.63-
YUV111.8102.16134.57-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.93%
GREEN value IS 116 (45.70% from 255) = 38.28%
BLUE value IS 66 (26.17% from 255) = 21.78%
R=39.93%
G=38.28%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211166600.040.450.5354.5529.4136.67
Hex797442042D35371d25
Octal171164102045565673545
Binary111100111101001000010010010110111010111011111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797442; }

 p { color: rgb(121,116,66); }

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

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

 a { background-color: rgb(121,116,66); }

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

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

 span { border-color: rgb(121,116,66); }

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