#735B5F

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

Shades of Falcon #735B5F

Tints of Falcon #735B5F

Color information

#735B5F (or 0x735B5F) is unknown color: approx Falcon. HEX triplet: 73, 5B and 5F. RGB value is (115,91,95). Sum of RGB (Red+Green+Blue) = 115+91+95=301 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.21% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 115 - color contains mainly: red. Hex color #735B5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735B5F is #8CA4A0. Grayscale: #626262. Windows color (decimal): -9217185 or 6249331. OLE color: 6249331.

HSL color Cylindrical-coordinate representation of color #735B5F: hue angle of 350º 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 #735B5F is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB1159195-
CMYK00.210.170.55
HSL350º11.65%40.39%-
HSV(B)350º20.87%45.1%-
XYZ12.8811.9512.45-
YUV98.63125.95139.67-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.21%
GREEN value IS 91 (35.94% from 255) = 30.23%
BLUE value IS 95 (37.5% from 255) = 31.56%
R=38.21%
G=30.23%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115919500.210.170.5535011.6540.39
Hex735B5F015113715ec28
Octal16313313702521675361450
Binary111001110110111011111010101100011101111010111101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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