#797250

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

Shades of Go Ben #797250

Tints of Go Ben #797250

Color information

#797250 (or 0x797250) is unknown color: approx Go Ben. HEX triplet: 79, 72 and 50. RGB value is (121,114,80). Sum of RGB (Red+Green+Blue) = 121+114+80=315 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.41% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 121 - color contains mainly: red. Hex color #797250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797250 is #868DAF. Grayscale: #707070. Windows color (decimal): -8818096 or 5272185. OLE color: 5272185.

HSL color Cylindrical-coordinate representation of color #797250: hue angle of 49.76º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #797250 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB12111480-
CMYK00.060.340.53
HSL49.76º20.4%39.41%-
HSV(B)49.76º33.88%47.45%-
XYZ15.3516.6810-
YUV112.22109.82134.26-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.41%
GREEN value IS 114 (44.92% from 255) = 36.19%
BLUE value IS 80 (31.64% from 255) = 25.40%
R=38.41%
G=36.19%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211148000.060.340.5349.7620.439.41
Hex797250062235321427
Octal171162120064265622447
Binary111100111100101010000011010001011010111001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797250; }

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

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

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

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

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

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

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

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