#735B5D

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

Shades of Falcon #735B5D

Tints of Falcon #735B5D

Color information

#735B5D (or 0x735B5D) is unknown color: approx Falcon. HEX triplet: 73, 5B and 5D. RGB value is (115,91,93). Sum of RGB (Red+Green+Blue) = 115+91+93=299 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.46% from 299); Green value is 91 (35.94% from 255 or 30.43% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 115 - color contains mainly: red. Hex color #735B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735B5D is #8CA4A2. Grayscale: #626262. Windows color (decimal): -9217187 or 6118259. OLE color: 6118259.

HSL color Cylindrical-coordinate representation of color #735B5D: hue angle of 355º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #735B5D is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB1159193-
CMYK00.210.190.55
HSL355º11.65%40.39%-
HSV(B)355º20.87%45.1%-
XYZ12.7911.9211.98-
YUV98.4124.95139.84-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.46%
GREEN value IS 91 (35.94% from 255) = 30.43%
BLUE value IS 93 (36.72% from 255) = 31.10%
R=38.46%
G=30.43%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115919300.210.190.5535511.6540.39
Hex735B5D0151337163c28
Octal16313313502523675431450
Binary111001110110111011101010101100111101111011000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,91,93); }

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

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

 a { background-color: rgb(115,91,93); }

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

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

 span { border-color: rgb(115,91,93); }

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