#72595D

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

Shades of Falcon #72595D

Tints of Falcon #72595D

Color information

#72595D (or 0x72595D) is unknown color: approx Falcon. HEX triplet: 72, 59 and 5D. RGB value is (114,89,93). Sum of RGB (Red+Green+Blue) = 114+89+93=296 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.51% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 114 - color contains mainly: red. Hex color #72595D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72595D is #8DA6A2. Grayscale: #606060. Windows color (decimal): -9283235 or 6117746. OLE color: 6117746.

HSL color Cylindrical-coordinate representation of color #72595D: hue angle of 350.4º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #72595D is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB1148993-
CMYK00.220.180.55
HSL350.4º12.32%39.8%-
HSV(B)350.4º21.93%44.71%-
XYZ12.4911.5111.92-
YUV96.93125.78140.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.51%
GREEN value IS 89 (35.16% from 255) = 30.07%
BLUE value IS 93 (36.72% from 255) = 31.42%
R=38.51%
G=30.07%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114899300.220.180.55350.412.3239.8
Hex72595D016123715ec28
Octal16213113502622675361450
Binary111001010110011011101010110100101101111010111101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72595D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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