#735056

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

Shades of Falcon #735056

Tints of Falcon #735056

Color information

#735056 (or 0x735056) is unknown color: approx Falcon. HEX triplet: 73, 50 and 56. RGB value is (115,80,86). Sum of RGB (Red+Green+Blue) = 115+80+86=281 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.93% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 115 - color contains mainly: red. Hex color #735056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735056 is #8CAFA9. Grayscale: #5B5B5B. Windows color (decimal): -9220010 or 5656691. OLE color: 5656691.

HSL color Cylindrical-coordinate representation of color #735056: hue angle of 349.71º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #735056 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB1158086-
CMYK00.300.250.55
HSL349.71º17.95%38.24%-
HSV(B)349.71º30.43%45.1%-
XYZ11.6210.0510.13-
YUV91.15125.1145.01-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.93%
GREEN value IS 80 (31.64% from 255) = 28.47%
BLUE value IS 86 (33.98% from 255) = 30.60%
R=40.93%
G=28.47%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115808600.300.250.55349.7117.9538.24
Hex73505601E193715e1226
Octal16312012603631675362246
Binary1110011101000010101100111101100111011110101111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735056; }

 p { color: rgb(115,80,86); }

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

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

 a { background-color: rgb(115,80,86); }

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

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

 span { border-color: rgb(115,80,86); }

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