#72595B

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

Shades of Falcon #72595B

Tints of Falcon #72595B

Color information

#72595B (or 0x72595B) is unknown color: approx Falcon. HEX triplet: 72, 59 and 5B. RGB value is (114,89,91). Sum of RGB (Red+Green+Blue) = 114+89+91=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 114 - color contains mainly: red. Hex color #72595B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72595B is #8DA6A4. Grayscale: #606060. Windows color (decimal): -9283237 or 5986674. OLE color: 5986674.

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

Color convert

RGB1148991-
CMYK00.220.200.55
HSL355.2º12.32%39.8%-
HSV(B)355.2º21.93%44.71%-
XYZ12.411.4811.46-
YUV96.7124.78140.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.78%
GREEN value IS 89 (35.16% from 255) = 30.27%
BLUE value IS 91 (35.94% from 255) = 30.95%
R=38.78%
G=30.27%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114899100.220.200.55355.212.3239.8
Hex72595B0161437163c28
Octal16213113302624675431450
Binary111001010110011011011010110101001101111011000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72595B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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