#807551

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

Shades of Go Ben #807551

Tints of Go Ben #807551

Color information

#807551 (or 0x807551) is unknown color: approx Go Ben. HEX triplet: 80, 75 and 51. RGB value is (128,117,81). Sum of RGB (Red+Green+Blue) = 128+117+81=326 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.26% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 81 (32.03% from 255 or 24.85% from 326); Max value from RGB is 128 - color contains mainly: red. Hex color #807551 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807551 is #7F8AAE. Grayscale: #747474. Windows color (decimal): -8358575 or 5338496. OLE color: 5338496.

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

Color convert

RGB12811781-
CMYK00.090.370.50
HSL45.96º22.49%40.98%-
HSV(B)45.96º36.72%50.2%-
XYZ16.7517.9110.36-
YUV116.18108.14136.43-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.26%
GREEN value IS 117 (46.09% from 255) = 35.89%
BLUE value IS 81 (32.03% from 255) = 24.85%
R=39.26%
G=35.89%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281178100.090.370.5045.9622.4940.98
Hex8075510925322e1629
Octal2001651210114562562651
Binary10000000111010110100010100110010111001010111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807551; }

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

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

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

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

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

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

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

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