Html Css Color HEX #80595E Falcon

📋 copy color: '#80595E'

red 128 ◦ green 89 ◦ blue 94

#80595E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falcon #80595E

Tints of Falcon #80595E

RGB

 RED value IS 128 (50.39% from 255) = 41.16%

 GREEN value IS 89 (35.16% from 255) = 28.62%

 BLUE value IS 94 (37.11% from 255) = 30.23%

R = 41.16%
G = 28.62%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#80595E (or 0x80595E) is known color: Falcon. HEX triplet: 80, 59 and 5E. RGB value is (128,89,94). Sum of RGB (Red+Green+Blue) = 128+89+94=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 128 - color contains mainly: red. Hex color #80595E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80595E is #7FA6A1. Grayscale: #656565. Windows color (decimal): -8365730 or 6183296. OLE color: 6183296.

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

Color convert

RGB 128 89 94 -
CMYK 0 0.30 0.27 0.50
HSL 352.31º 0.18% 0.43% -
HSV(B) 352.31º 0.3% 0.5% -
XYZ 14.49 12.54 12.25 -
YUV 101.23 123.92 147.09 -
System Red Green Blue C M Y K H S L
Decimal 128 89 94 0 0.30 0.27 0.50 352.31 0.18 0.43
Hex 80 59 5E 0 1E 1B 32 160 12 2B
Octal 200 131 136 0 36 33 62 540 22 53
Binary 10000000 1011001 1011110 0 11110 11011 110010 101100000 10010 101011

Color Harmonies of #80595E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80595E

Black with #80595E

Text Example


Text Example

White with #80595E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #80595E;
 }
 .AnyTagClassName
 {
   color: #80595E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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