#80783F

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

Shades of Go Ben #80783F

Tints of Go Ben #80783F

Color information

#80783F (or 0x80783F) is unknown color: approx Go Ben. HEX triplet: 80, 78 and 3F. RGB value is (128,120,63). Sum of RGB (Red+Green+Blue) = 128+120+63=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 128 - color contains mainly: red. Hex color #80783F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80783F is #7F87C0. Grayscale: #747474. Windows color (decimal): -8357825 or 4159616. OLE color: 4159616.

HSL color Cylindrical-coordinate representation of color #80783F: hue angle of 52.62º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #80783F is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.50.

Color convert

RGB12812063-
CMYK00.060.510.50
HSL52.62º34.03%37.45%-
HSV(B)52.62º50.78%50.2%-
XYZ16.5218.387.38-
YUV115.8998.15136.63-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.16%
GREEN value IS 120 (47.27% from 255) = 38.59%
BLUE value IS 63 (25% from 255) = 20.26%
R=41.16%
G=38.59%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.51
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281206300.060.510.5052.6234.0337.45
Hex80783F063332352225
Octal20017077066362654245
Binary1000000011110001111110110110011110010110101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80783F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80783F; }

 p { color: rgb(128,120,63); }

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

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

 a { background-color: rgb(128,120,63); }

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

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

 span { border-color: rgb(128,120,63); }

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