#705455

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

Shades of Falcon #705455

Tints of Falcon #705455

Color information

#705455 (or 0x705455) is unknown color: approx Falcon. HEX triplet: 70, 54 and 55. RGB value is (112,84,85). Sum of RGB (Red+Green+Blue) = 112+84+85=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 112 - color contains mainly: red. Hex color #705455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705455 is #8FABAA. Grayscale: #5C5C5C. Windows color (decimal): -9415595 or 5592176. OLE color: 5592176.

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

Color convert

RGB1128485-
CMYK00.250.240.56
HSL357.86º14.29%38.43%-
HSV(B)357.86º25%43.92%-
XYZ11.4910.4410-
YUV92.49123.78141.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.86%
GREEN value IS 84 (33.20% from 255) = 29.89%
BLUE value IS 85 (33.59% from 255) = 30.25%
R=39.86%
G=29.89%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112848500.250.240.56357.8614.2938.43
Hex7054550191838166e26
Octal16012412503130705461646
Binary111000010101001010101011001110001110001011001101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705455; }

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

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

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

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

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

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

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

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