#80744F

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

Shades of Go Ben #80744F

Tints of Go Ben #80744F

Color information

#80744F (or 0x80744F) is unknown color: approx Go Ben. HEX triplet: 80, 74 and 4F. RGB value is (128,116,79). Sum of RGB (Red+Green+Blue) = 128+116+79=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 79 (31.25% from 255 or 24.46% from 323); Max value from RGB is 128 - color contains mainly: red. Hex color #80744F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80744F is #7F8BB0. Grayscale: #737373. Windows color (decimal): -8358833 or 5207168. OLE color: 5207168.

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

Color convert

RGB12811679-
CMYK00.090.380.50
HSL45.31º23.67%40.59%-
HSV(B)45.31º38.28%50.2%-
XYZ16.5617.649.93-
YUV115.37107.48137.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.63%
GREEN value IS 116 (45.70% from 255) = 35.91%
BLUE value IS 79 (31.25% from 255) = 24.46%
R=39.63%
G=35.91%
B=24.46%

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
Decimal1281167900.090.380.5045.3123.6740.59
Hex80744F0926322d1829
Octal2001641170114662553051
Binary10000000111010010011110100110011011001010110111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80744F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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