#705258

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

Shades of Falcon #705258

Tints of Falcon #705258

Color information

#705258 (or 0x705258) is unknown color: approx Falcon. HEX triplet: 70, 52 and 58. RGB value is (112,82,88). Sum of RGB (Red+Green+Blue) = 112+82+88=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 112 - color contains mainly: red. Hex color #705258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705258 is #8FADA7. Grayscale: #5B5B5B. Windows color (decimal): -9416104 or 5788272. OLE color: 5788272.

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

Color convert

RGB1128288-
CMYK00.270.210.56
HSL348º15.46%38.04%-
HSV(B)348º26.79%43.92%-
XYZ11.4610.1810.59-
YUV91.65125.94142.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.72%
GREEN value IS 82 (32.42% from 255) = 29.08%
BLUE value IS 88 (34.77% from 255) = 31.21%
R=39.72%
G=29.08%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112828800.270.210.5634815.4638.04
Hex70525801B153815cf26
Octal16012213003325705341746
Binary111000010100101011000011011101011110001010111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705258; }

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

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

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

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

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

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

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

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