#715253

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

Shades of Falcon #715253

Tints of Falcon #715253

Color information

#715253 (or 0x715253) is unknown color: approx Falcon. HEX triplet: 71, 52 and 53. RGB value is (113,82,83). Sum of RGB (Red+Green+Blue) = 113+82+83=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 83 (32.81% from 255 or 29.86% from 278); Max value from RGB is 113 - color contains mainly: red. Hex color #715253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715253 is #8EADAC. Grayscale: #5B5B5B. Windows color (decimal): -9350573 or 5460593. OLE color: 5460593.

HSL color Cylindrical-coordinate representation of color #715253: hue angle of 358.06º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #715253 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB1138283-
CMYK00.270.270.56
HSL358.06º15.9%38.24%-
HSV(B)358.06º27.43%44.31%-
XYZ11.3910.179.55-
YUV91.38123.27143.42-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.65%
GREEN value IS 82 (32.42% from 255) = 29.50%
BLUE value IS 83 (32.81% from 255) = 29.86%
R=40.65%
G=29.50%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113828300.270.270.56358.0615.938.24
Hex71525301B1B381661026
Octal16112212303333705462046
Binary1110001101001010100110110111101111100010110011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715253; }

 p { color: rgb(113,82,83); }

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

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

 a { background-color: rgb(113,82,83); }

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

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

 span { border-color: rgb(113,82,83); }

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