#80754F

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

Shades of Go Ben #80754F

Tints of Go Ben #80754F

Color information

#80754F (or 0x80754F) is unknown color: approx Go Ben. HEX triplet: 80, 75 and 4F. RGB value is (128,117,79). Sum of RGB (Red+Green+Blue) = 128+117+79=324 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.51% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 79 (31.25% from 255 or 24.38% from 324); Max value from RGB is 128 - color contains mainly: red. Hex color #80754F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80754F is #7F8AB0. Grayscale: #747474. Windows color (decimal): -8358577 or 5207424. OLE color: 5207424.

HSL color Cylindrical-coordinate representation of color #80754F: hue angle of 46.53º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80754F is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB12811779-
CMYK00.090.380.50
HSL46.53º23.67%40.59%-
HSV(B)46.53º38.28%50.2%-
XYZ16.6717.889.97-
YUV115.96107.14136.59-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.51%
GREEN value IS 117 (46.09% from 255) = 36.11%
BLUE value IS 79 (31.25% from 255) = 24.38%
R=39.51%
G=36.11%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281177900.090.380.5046.5323.6740.59
Hex80754F0926322f1829
Octal2001651170114662573051
Binary10000000111010110011110100110011011001010111111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80754F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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