#80734A

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

Shades of Go Ben #80734A

Tints of Go Ben #80734A

Color information

#80734A (or 0x80734A) is unknown color: approx Go Ben. HEX triplet: 80, 73 and 4A. RGB value is (128,115,74). Sum of RGB (Red+Green+Blue) = 128+115+74=317 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.38% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 128 - color contains mainly: red. Hex color #80734A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80734A is #7F8CB5. Grayscale: #727272. Windows color (decimal): -8359094 or 4879232. OLE color: 4879232.

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

Color convert

RGB12811574-
CMYK00.100.420.50
HSL45.56º26.73%39.61%-
HSV(B)45.56º42.19%50.2%-
XYZ16.2717.358.97-
YUV114.21105.31137.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.38%
GREEN value IS 115 (45.31% from 255) = 36.28%
BLUE value IS 74 (29.30% from 255) = 23.34%
R=40.38%
G=36.28%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281157400.100.420.5045.5626.7339.61
Hex80734A0A2A322e1b28
Octal2001631120125262563350
Binary10000000111001110010100101010101011001010111011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80734A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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