#725255

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

Shades of Falcon #725255

Tints of Falcon #725255

Color information

#725255 (or 0x725255) is unknown color: approx Falcon. HEX triplet: 72, 52 and 55. RGB value is (114,82,85). Sum of RGB (Red+Green+Blue) = 114+82+85=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 114 - color contains mainly: red. Hex color #725255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725255 is #8DADAA. Grayscale: #5B5B5B. Windows color (decimal): -9285035 or 5591666. OLE color: 5591666.

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

Color convert

RGB1148285-
CMYK00.280.250.55
HSL354.38º16.33%38.43%-
HSV(B)354.38º28.07%44.71%-
XYZ11.610.279.97-
YUV91.91124.1143.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.57%
GREEN value IS 82 (32.42% from 255) = 29.18%
BLUE value IS 85 (33.59% from 255) = 30.25%
R=40.57%
G=29.18%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114828500.280.250.55354.3816.3338.43
Hex72525501C19371621026
Octal16212212503431675422046
Binary1110010101001010101010111001100111011110110001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725255; }

 p { color: rgb(114,82,85); }

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

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

 a { background-color: rgb(114,82,85); }

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

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

 span { border-color: rgb(114,82,85); }

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