#80723C

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

Shades of Go Ben #80723C

Tints of Go Ben #80723C

Color information

#80723C (or 0x80723C) is unknown color: approx Go Ben. HEX triplet: 80, 72 and 3C. RGB value is (128,114,60). Sum of RGB (Red+Green+Blue) = 128+114+60=302 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.38% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 128 - color contains mainly: red. Hex color #80723C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80723C is #7F8DC3. Grayscale: #707070. Windows color (decimal): -8359364 or 3961472. OLE color: 3961472.

HSL color Cylindrical-coordinate representation of color #80723C: hue angle of 47.65º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #80723C is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB12811460-
CMYK00.110.530.50
HSL47.65º36.17%36.86%-
HSV(B)47.65º53.12%50.2%-
XYZ15.7416.956.72-
YUV112.0398.64139.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.38%
GREEN value IS 114 (44.92% from 255) = 37.75%
BLUE value IS 60 (23.83% from 255) = 19.87%
R=42.38%
G=37.75%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.53
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281146000.110.530.5047.6536.1736.86
Hex80723C0B3532302425
Octal200162740136562604445
Binary10000000111001011110001011110101110010110000100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80723C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80723C; }

 p { color: rgb(128,114,60); }

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

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

 a { background-color: rgb(128,114,60); }

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

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

 span { border-color: rgb(128,114,60); }

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