#72595F

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

Shades of Falcon #72595F

Tints of Falcon #72595F

Color information

#72595F (or 0x72595F) is unknown color: approx Falcon. HEX triplet: 72, 59 and 5F. RGB value is (114,89,95). Sum of RGB (Red+Green+Blue) = 114+89+95=298 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.26% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 95 (37.5% from 255 or 31.88% from 298); Max value from RGB is 114 - color contains mainly: red. Hex color #72595F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72595F is #8DA6A0. Grayscale: #616161. Windows color (decimal): -9283233 or 6248818. OLE color: 6248818.

HSL color Cylindrical-coordinate representation of color #72595F: hue angle of 345.6º 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 #72595F is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB1148995-
CMYK00.220.170.55
HSL345.6º12.32%39.8%-
HSV(B)345.6º21.93%44.71%-
XYZ12.5811.5512.39-
YUV97.16126.78140.01-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.26%
GREEN value IS 89 (35.16% from 255) = 29.87%
BLUE value IS 95 (37.5% from 255) = 31.88%
R=38.26%
G=29.87%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114899500.220.170.55345.612.3239.8
Hex72595F016113715ac28
Octal16213113702621675321450
Binary111001010110011011111010110100011101111010110101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72595F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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