#83595D

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

Shades of Falcon #83595D

Tints of Falcon #83595D

Color information

#83595D (or 0x83595D) is unknown color: approx Falcon. HEX triplet: 83, 59 and 5D. RGB value is (131,89,93). Sum of RGB (Red+Green+Blue) = 131+89+93=313 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.85% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 131 - color contains mainly: red. Hex color #83595D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83595D is #7CA6A2. Grayscale: #666666. Windows color (decimal): -8169123 or 6117763. OLE color: 6117763.

HSL color Cylindrical-coordinate representation of color #83595D: hue angle of 354.29º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #83595D is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB1318993-
CMYK00.320.290.49
HSL354.29º19.09%43.14%-
HSV(B)354.29º32.06%51.37%-
XYZ14.9112.7612.03-
YUV102.01122.91148.67-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.85%
GREEN value IS 89 (35.16% from 255) = 28.43%
BLUE value IS 93 (36.72% from 255) = 29.71%
R=41.85%
G=28.43%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131899300.320.290.49354.2919.0943.14
Hex83595D0201D31162132b
Octal20313113504035615422353
Binary100000111011001101110101000001110111000110110001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83595D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83595D; }

 p { color: rgb(131,89,93); }

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

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

 a { background-color: rgb(131,89,93); }

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

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

 span { border-color: rgb(131,89,93); }

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