#80734D

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

Shades of Go Ben #80734D

Tints of Go Ben #80734D

Color information

#80734D (or 0x80734D) is unknown color: approx Go Ben. HEX triplet: 80, 73 and 4D. RGB value is (128,115,77). Sum of RGB (Red+Green+Blue) = 128+115+77=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 128 - color contains mainly: red. Hex color #80734D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80734D is #7F8CB2. Grayscale: #727272. Windows color (decimal): -8359091 or 5075840. OLE color: 5075840.

HSL color Cylindrical-coordinate representation of color #80734D: hue angle of 44.71º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80734D is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.50.

Color convert

RGB12811577-
CMYK00.100.400.50
HSL44.71º24.88%40.2%-
HSV(B)44.71º39.84%50.2%-
XYZ16.3717.399.51-
YUV114.56106.81137.59-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40%
GREEN value IS 115 (45.31% from 255) = 35.94%
BLUE value IS 77 (30.47% from 255) = 24.06%
R=40%
G=35.94%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281157700.100.400.5044.7124.8840.2
Hex80734D0A28322d1928
Octal2001631150125062553150
Binary10000000111001110011010101010100011001010110111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80734D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80734D; }

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

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

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

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

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

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

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

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