#807347

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

Shades of Go Ben #807347

Tints of Go Ben #807347

Color information

#807347 (or 0x807347) is unknown color: approx Go Ben. HEX triplet: 80, 73 and 47. RGB value is (128,115,71). Sum of RGB (Red+Green+Blue) = 128+115+71=314 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.76% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 71 (28.12% from 255 or 22.61% from 314); Max value from RGB is 128 - color contains mainly: red. Hex color #807347 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807347 is #7F8CB8. Grayscale: #727272. Windows color (decimal): -8359097 or 4682624. OLE color: 4682624.

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

Color convert

RGB12811571-
CMYK00.100.450.50
HSL46.32º28.64%39.02%-
HSV(B)46.32º44.53%50.2%-
XYZ16.1717.318.45-
YUV113.87103.81138.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.76%
GREEN value IS 115 (45.31% from 255) = 36.62%
BLUE value IS 71 (28.12% from 255) = 22.61%
R=40.76%
G=36.62%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281157100.100.450.5046.3228.6439.02
Hex8073470A2D322e1d27
Octal2001631070125562563547
Binary10000000111001110001110101010110111001010111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807347; }

 p { color: rgb(128,115,71); }

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

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

 a { background-color: rgb(128,115,71); }

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

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

 span { border-color: rgb(128,115,71); }

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