#705354

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

Shades of Falcon #705354

Tints of Falcon #705354

Color information

#705354 (or 0x705354) is unknown color: approx Falcon. HEX triplet: 70, 53 and 54. RGB value is (112,83,84). Sum of RGB (Red+Green+Blue) = 112+83+84=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 84 (33.20% from 255 or 30.11% from 279); Max value from RGB is 112 - color contains mainly: red. Hex color #705354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705354 is #8FACAB. Grayscale: #5B5B5B. Windows color (decimal): -9415852 or 5526384. OLE color: 5526384.

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

Color convert

RGB1128384-
CMYK00.260.250.56
HSL357.93º14.87%38.24%-
HSV(B)357.93º25.89%43.92%-
XYZ11.3810.279.77-
YUV91.78123.61142.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.14%
GREEN value IS 83 (32.81% from 255) = 29.75%
BLUE value IS 84 (33.20% from 255) = 30.11%
R=40.14%
G=29.75%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112838400.260.250.56357.9314.8738.24
Hex70535401A1938166f26
Octal16012312403231705461746
Binary111000010100111010100011010110011110001011001101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705354; }

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

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

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

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

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

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

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

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