#705153

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

Shades of Falcon #705153

Tints of Falcon #705153

Color information

#705153 (or 0x705153) is unknown color: approx Falcon. HEX triplet: 70, 51 and 53. RGB value is (112,81,83). Sum of RGB (Red+Green+Blue) = 112+81+83=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 112 - color contains mainly: red. Hex color #705153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705153 is #8FAEAC. Grayscale: #5A5A5A. Windows color (decimal): -9416365 or 5460336. OLE color: 5460336.

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

Color convert

RGB1128183-
CMYK00.280.260.56
HSL356.13º16.06%37.84%-
HSV(B)356.13º27.68%43.92%-
XYZ11.199.959.52-
YUV90.5123.77143.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.58%
GREEN value IS 81 (32.03% from 255) = 29.35%
BLUE value IS 83 (32.81% from 255) = 30.07%
R=40.58%
G=29.35%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112818300.280.260.56356.1316.0637.84
Hex70515301C1A381641026
Octal16012112303432705442046
Binary1110000101000110100110111001101011100010110010010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705153; }

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

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

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

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

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

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

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

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