#725359

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

Shades of Falcon #725359

Tints of Falcon #725359

Color information

#725359 (or 0x725359) is unknown color: approx Falcon. HEX triplet: 72, 53 and 59. RGB value is (114,83,89). Sum of RGB (Red+Green+Blue) = 114+83+89=286 (37% of max value = 765). Red value is 114 (44.92% from 255 or 39.86% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 89 (35.16% from 255 or 31.12% from 286); Max value from RGB is 114 - color contains mainly: red. Hex color #725359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725359 is #8DACA6. Grayscale: #5C5C5C. Windows color (decimal): -9284775 or 5854066. OLE color: 5854066.

HSL color Cylindrical-coordinate representation of color #725359: hue angle of 348.39º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #725359 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB1148389-
CMYK00.270.220.55
HSL348.39º15.74%38.63%-
HSV(B)348.39º27.19%44.71%-
XYZ11.8410.4910.85-
YUV92.95125.77143.01-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.86%
GREEN value IS 83 (32.81% from 255) = 29.02%
BLUE value IS 89 (35.16% from 255) = 31.12%
R=39.86%
G=29.02%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114838900.270.220.55348.3915.7438.63
Hex72535901B163715c1027
Octal16212313103326675342047
Binary1110010101001110110010110111011011011110101110010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725359; }

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

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

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

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

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

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

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

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