#72595E

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

Shades of Falcon #72595E

Tints of Falcon #72595E

Color information

#72595E (or 0x72595E) is unknown color: approx Falcon. HEX triplet: 72, 59 and 5E. RGB value is (114,89,94). Sum of RGB (Red+Green+Blue) = 114+89+94=297 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.38% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 114 - color contains mainly: red. Hex color #72595E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72595E is #8DA6A1. Grayscale: #616161. Windows color (decimal): -9283234 or 6183282. OLE color: 6183282.

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

Color convert

RGB1148994-
CMYK00.220.180.55
HSL348º12.32%39.8%-
HSV(B)348º21.93%44.71%-
XYZ12.5311.5312.15-
YUV97.04126.28140.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.38%
GREEN value IS 89 (35.16% from 255) = 29.97%
BLUE value IS 94 (37.11% from 255) = 31.65%
R=38.38%
G=29.97%
B=31.65%

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
Decimal114899400.220.180.5534812.3239.8
Hex72595E016123715cc28
Octal16213113602622675341450
Binary111001010110011011110010110100101101111010111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72595E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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