#705158

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

Shades of Falcon #705158

Tints of Falcon #705158

Color information

#705158 (or 0x705158) is unknown color: approx Falcon. HEX triplet: 70, 51 and 58. RGB value is (112,81,88). Sum of RGB (Red+Green+Blue) = 112+81+88=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 88 (34.77% from 255 or 31.32% from 281); Max value from RGB is 112 - color contains mainly: red. Hex color #705158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705158 is #8FAEA7. Grayscale: #5B5B5B. Windows color (decimal): -9416360 or 5788016. OLE color: 5788016.

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

Color convert

RGB1128188-
CMYK00.280.210.56
HSL346.45º16.06%37.84%-
HSV(B)346.45º27.68%43.92%-
XYZ11.3910.0310.57-
YUV91.07126.27142.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.86%
GREEN value IS 81 (32.03% from 255) = 28.83%
BLUE value IS 88 (34.77% from 255) = 31.32%
R=39.86%
G=28.83%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112818800.280.210.56346.4516.0637.84
Hex70515801C153815a1026
Octal16012113003425705322046
Binary1110000101000110110000111001010111100010101101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705158; }

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

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

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

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

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

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

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

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