#735354

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

Shades of Falcon #735354

Tints of Falcon #735354

Color information

#735354 (or 0x735354) is unknown color: approx Falcon. HEX triplet: 73, 53 and 54. RGB value is (115,83,84). Sum of RGB (Red+Green+Blue) = 115+83+84=282 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.78% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 84 (33.20% from 255 or 29.79% from 282); Max value from RGB is 115 - color contains mainly: red. Hex color #735354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735354 is #8CACAB. Grayscale: #5C5C5C. Windows color (decimal): -9219244 or 5526387. OLE color: 5526387.

HSL color Cylindrical-coordinate representation of color #735354: hue angle of 358.12º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #735354 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB1158384-
CMYK00.280.270.55
HSL358.12º16.16%38.82%-
HSV(B)358.12º27.83%45.1%-
XYZ11.7610.479.79-
YUV92.68123.1143.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.78%
GREEN value IS 83 (32.81% from 255) = 29.43%
BLUE value IS 84 (33.20% from 255) = 29.79%
R=40.78%
G=29.43%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115838400.280.270.55358.1216.1638.82
Hex73535401C1B371661027
Octal16312312403433675462047
Binary1110011101001110101000111001101111011110110011010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735354; }

 p { color: rgb(115,83,84); }

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

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

 a { background-color: rgb(115,83,84); }

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

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

 span { border-color: rgb(115,83,84); }

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