#80753F

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

Shades of Go Ben #80753F

Tints of Go Ben #80753F

Color information

#80753F (or 0x80753F) is unknown color: approx Go Ben. HEX triplet: 80, 75 and 3F. RGB value is (128,117,63). Sum of RGB (Red+Green+Blue) = 128+117+63=308 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.56% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 128 - color contains mainly: red. Hex color #80753F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80753F is #7F8AC0. Grayscale: #727272. Windows color (decimal): -8358593 or 4158848. OLE color: 4158848.

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

Color convert

RGB12811763-
CMYK00.090.510.50
HSL49.85º34.03%37.45%-
HSV(B)49.85º50.78%50.2%-
XYZ16.1617.677.26-
YUV114.1399.14137.89-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.56%
GREEN value IS 117 (46.09% from 255) = 37.99%
BLUE value IS 63 (25% from 255) = 20.45%
R=41.56%
G=37.99%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281176300.090.510.5049.8534.0337.45
Hex80753F093332322225
Octal200165770116362624245
Binary10000000111010111111101001110011110010110010100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80753F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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