#735E5F

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

Shades of Falcon #735E5F

Tints of Falcon #735E5F

Color information

#735E5F (or 0x735E5F) is unknown color: approx Falcon. HEX triplet: 73, 5E and 5F. RGB value is (115,94,95). Sum of RGB (Red+Green+Blue) = 115+94+95=304 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.83% from 304); Green value is 94 (37.11% from 255 or 30.92% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 115 - color contains mainly: red. Hex color #735E5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735E5F is #8CA1A0. Grayscale: #646464. Windows color (decimal): -9216417 or 6250099. OLE color: 6250099.

HSL color Cylindrical-coordinate representation of color #735E5F: hue angle of 357.14º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #735E5F is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB1159495-
CMYK00.180.170.55
HSL357.14º10.05%40.98%-
HSV(B)357.14º18.26%45.1%-
XYZ13.1412.4812.54-
YUV100.39124.96138.42-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.83%
GREEN value IS 94 (37.11% from 255) = 30.92%
BLUE value IS 95 (37.5% from 255) = 31.25%
R=37.83%
G=30.92%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115949500.180.170.55357.1410.0540.98
Hex735E5F0121137165a29
Octal16313613702221675451251
Binary111001110111101011111010010100011101111011001011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735E5F; }

 p { color: rgb(115,94,95); }

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

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

 a { background-color: rgb(115,94,95); }

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

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

 span { border-color: rgb(115,94,95); }

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