#807447

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

Shades of Go Ben #807447

Tints of Go Ben #807447

Color information

#807447 (or 0x807447) is unknown color: approx Go Ben. HEX triplet: 80, 74 and 47. RGB value is (128,116,71). Sum of RGB (Red+Green+Blue) = 128+116+71=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 128 - color contains mainly: red. Hex color #807447 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807447 is #7F8BB8. Grayscale: #727272. Windows color (decimal): -8358841 or 4682880. OLE color: 4682880.

HSL color Cylindrical-coordinate representation of color #807447: hue angle of 47.37º 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 #807447 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB12811671-
CMYK00.090.450.50
HSL47.37º28.64%39.02%-
HSV(B)47.37º44.53%50.2%-
XYZ16.2817.538.49-
YUV114.46103.48137.66-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.63%
GREEN value IS 116 (45.70% from 255) = 36.83%
BLUE value IS 71 (28.12% from 255) = 22.54%
R=40.63%
G=36.83%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281167100.090.450.5047.3728.6439.02
Hex807447092D322f1d27
Octal2001641070115562573547
Binary10000000111010010001110100110110111001010111111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807447; }

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

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

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

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

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

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

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

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