#705356

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

Shades of Falcon #705356

Tints of Falcon #705356

Color information

#705356 (or 0x705356) is unknown color: approx Falcon. HEX triplet: 70, 53 and 56. RGB value is (112,83,86). Sum of RGB (Red+Green+Blue) = 112+83+86=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 112 - color contains mainly: red. Hex color #705356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705356 is #8FACA9. Grayscale: #5C5C5C. Windows color (decimal): -9415850 or 5657456. OLE color: 5657456.

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

Color convert

RGB1128386-
CMYK00.260.230.56
HSL353.79º14.87%38.24%-
HSV(B)353.79º25.89%43.92%-
XYZ11.4610.310.19-
YUV92.01124.61142.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.86%
GREEN value IS 83 (32.81% from 255) = 29.54%
BLUE value IS 86 (33.98% from 255) = 30.60%
R=39.86%
G=29.54%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112838600.260.230.56353.7914.8738.24
Hex70535601A1738162f26
Octal16012312603227705421746
Binary111000010100111010110011010101111110001011000101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705356; }

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

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

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

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

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

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

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

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