#80595C

Color #80595C Falcon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falcon #80595C

Tints of Falcon #80595C

Color information

#80595C (or 0x80595C) is unknown color: approx Falcon. HEX triplet: 80, 59 and 5C. RGB value is (128,89,92). Sum of RGB (Red+Green+Blue) = 128+89+92=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 128 - color contains mainly: red. Hex color #80595C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80595C is #7FA6A3. Grayscale: #656565. Windows color (decimal): -8365732 or 6052224. OLE color: 6052224.

HSL color Cylindrical-coordinate representation of color #80595C: hue angle of 355.38º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #80595C is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB1288992-
CMYK00.300.280.50
HSL355.38º17.97%42.55%-
HSV(B)355.38º30.47%50.2%-
XYZ14.4112.5111.78-
YUV101122.92147.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.42%
GREEN value IS 89 (35.16% from 255) = 28.80%
BLUE value IS 92 (36.33% from 255) = 29.77%
R=41.42%
G=28.80%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128899200.300.280.50355.3817.9742.55
Hex80595C01E1C32163122b
Octal20013113403634625432253
Binary10000000101100110111000111101110011001010110001110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80595C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80595C; }

 p { color: rgb(128,89,92); }

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

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

 a { background-color: rgb(128,89,92); }

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

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

 span { border-color: rgb(128,89,92); }

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