#807550

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

Shades of Go Ben #807550

Tints of Go Ben #807550

Color information

#807550 (or 0x807550) is unknown color: approx Go Ben. HEX triplet: 80, 75 and 50. RGB value is (128,117,80). Sum of RGB (Red+Green+Blue) = 128+117+80=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 128 - color contains mainly: red. Hex color #807550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807550 is #7F8AAF. Grayscale: #747474. Windows color (decimal): -8358576 or 5272960. OLE color: 5272960.

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

Color convert

RGB12811780-
CMYK00.090.380.50
HSL46.25º23.08%40.78%-
HSV(B)46.25º37.5%50.2%-
XYZ16.7117.8910.16-
YUV116.07107.64136.51-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.38%
GREEN value IS 117 (46.09% from 255) = 36%
BLUE value IS 80 (31.64% from 255) = 24.62%
R=39.38%
G=36%
B=24.62%

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
Decimal1281178000.090.380.5046.2523.0840.78
Hex8075500926322e1729
Octal2001651200114662562751
Binary10000000111010110100000100110011011001010111010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807550; }

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

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

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

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

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

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

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

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