#705253

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

Shades of Falcon #705253

Tints of Falcon #705253

Color information

#705253 (or 0x705253) is unknown color: approx Falcon. HEX triplet: 70, 52 and 53. RGB value is (112,82,83). Sum of RGB (Red+Green+Blue) = 112+82+83=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 83 (32.81% from 255 or 29.96% from 277); Max value from RGB is 112 - color contains mainly: red. Hex color #705253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705253 is #8FADAC. Grayscale: #5B5B5B. Windows color (decimal): -9416109 or 5460592. OLE color: 5460592.

HSL color Cylindrical-coordinate representation of color #705253: hue angle of 358º degrees, saturation: 0.15, 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 #705253 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB1128283-
CMYK00.270.260.56
HSL358º15.46%38.04%-
HSV(B)358º26.79%43.92%-
XYZ11.2610.19.54-
YUV91.08123.44142.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.43%
GREEN value IS 82 (32.42% from 255) = 29.60%
BLUE value IS 83 (32.81% from 255) = 29.96%
R=40.43%
G=29.60%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112828300.270.260.5635815.4638.04
Hex70525301B1A38166f26
Octal16012212303332705461746
Binary111000010100101010011011011110101110001011001101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705253; }

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

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

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

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

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

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

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

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