#735C5E

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

Shades of Falcon #735C5E

Tints of Falcon #735C5E

Color information

#735C5E (or 0x735C5E) is unknown color: approx Falcon. HEX triplet: 73, 5C and 5E. RGB value is (115,92,94). Sum of RGB (Red+Green+Blue) = 115+92+94=301 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.21% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 115 - color contains mainly: red. Hex color #735C5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735C5E is #8CA3A1. Grayscale: #636363. Windows color (decimal): -9216930 or 6184051. OLE color: 6184051.

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

Color convert

RGB1159294-
CMYK00.200.180.55
HSL354.78º11.11%40.59%-
HSV(B)354.78º20%45.1%-
XYZ12.9212.1112.25-
YUV99.1125.12139.34-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.21%
GREEN value IS 92 (36.33% from 255) = 30.56%
BLUE value IS 94 (37.11% from 255) = 31.23%
R=38.21%
G=30.56%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115929400.200.180.55354.7811.1140.59
Hex735C5E0141237163b29
Octal16313413602422675431351
Binary111001110111001011110010100100101101111011000111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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