#80595F

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

Shades of Falcon #80595F

Tints of Falcon #80595F

Color information

#80595F (or 0x80595F) is unknown color: approx Falcon. HEX triplet: 80, 59 and 5F. RGB value is (128,89,95). Sum of RGB (Red+Green+Blue) = 128+89+95=312 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.03% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 128 - color contains mainly: red. Hex color #80595F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80595F is #7FA6A0. Grayscale: #656565. Windows color (decimal): -8365729 or 6248832. OLE color: 6248832.

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

Color convert

RGB1288995-
CMYK00.300.260.50
HSL350.77º17.97%42.55%-
HSV(B)350.77º30.47%50.2%-
XYZ14.5412.5612.48-
YUV101.34124.42147.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.03%
GREEN value IS 89 (35.16% from 255) = 28.53%
BLUE value IS 95 (37.5% from 255) = 30.45%
R=41.03%
G=28.53%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128899500.300.260.50350.7717.9742.55
Hex80595F01E1A3215f122b
Octal20013113703632625372253
Binary10000000101100110111110111101101011001010101111110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80595F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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