#807548

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

Shades of Go Ben #807548

Tints of Go Ben #807548

Color information

#807548 (or 0x807548) is unknown color: approx Go Ben. HEX triplet: 80, 75 and 48. RGB value is (128,117,72). Sum of RGB (Red+Green+Blue) = 128+117+72=317 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.38% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 72 (28.52% from 255 or 22.71% from 317); Max value from RGB is 128 - color contains mainly: red. Hex color #807548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807548 is #7F8AB7. Grayscale: #737373. Windows color (decimal): -8358584 or 4748672. OLE color: 4748672.

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

Color convert

RGB12811772-
CMYK00.090.440.50
HSL48.21º28%39.22%-
HSV(B)48.21º43.75%50.2%-
XYZ16.4317.788.7-
YUV115.16103.64137.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.38%
GREEN value IS 117 (46.09% from 255) = 36.91%
BLUE value IS 72 (28.52% from 255) = 22.71%
R=40.38%
G=36.91%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281177200.090.440.5048.212839.22
Hex807548092C32301c27
Octal2001651100115462603447
Binary10000000111010110010000100110110011001011000011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807548; }

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

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

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

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

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

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

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

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