#807549

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

Shades of Go Ben #807549

Tints of Go Ben #807549

Color information

#807549 (or 0x807549) is unknown color: approx Go Ben. HEX triplet: 80, 75 and 49. RGB value is (128,117,73). Sum of RGB (Red+Green+Blue) = 128+117+73=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 128 - color contains mainly: red. Hex color #807549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807549 is #7F8AB6. Grayscale: #737373. Windows color (decimal): -8358583 or 4814208. OLE color: 4814208.

HSL color Cylindrical-coordinate representation of color #807549: hue angle of 48º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #807549 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB12811773-
CMYK00.090.430.50
HSL48º27.36%39.41%-
HSV(B)48º42.97%50.2%-
XYZ16.4717.798.87-
YUV115.27104.14137.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.25%
GREEN value IS 117 (46.09% from 255) = 36.79%
BLUE value IS 73 (28.91% from 255) = 22.96%
R=40.25%
G=36.79%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281177300.090.430.504827.3639.41
Hex807549092B32301b27
Octal2001651110115362603347
Binary10000000111010110010010100110101111001011000011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807549; }

 p { color: rgb(128,117,73); }

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

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

 a { background-color: rgb(128,117,73); }

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

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

 span { border-color: rgb(128,117,73); }

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